Blame view

src/th/co/ais/ssbsrfc/interfaces/AFState.java 184 Bytes
1048b156   Suraputt Suntimitr   Template
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";
}