AFState.java 184 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 package th.co.ais.ssbsrfc.interfaces; public interface AFState { public String IDLE = "IDLE"; public String W_ACTIVE = "W_ACTIVE"; public String W_E11_TIMEOUT = "W_E11_TIMEOUT"; }