Loading src/uicc/connection/SCP81ConnectionStatus.java +2 −2 Original line number Diff line number Diff line Loading @@ -10,10 +10,10 @@ package uicc.connection; * server switch to other application (corresponds to server selecting another application via Content-Type header field) * The object implementing <code>SCP81ConnectionStatus</code> interface is a <b>Temporary Entry Point Object</b>. * * * @deprecated This interface os obsolte use SCP8XConnection instead * * @deprecated This interface is obsolte use SCP8XConnectionStatus instead */ @Deprecated public interface SCP8XConnectionStatus extends Event public interface SCP81ConnectionStatus extends Event { /** This constant is used if the connection was successfully opened.. */ public static final short CONNECTION_ESTABLISHED = (short) 0x0001 ; Loading Loading
src/uicc/connection/SCP81ConnectionStatus.java +2 −2 Original line number Diff line number Diff line Loading @@ -10,10 +10,10 @@ package uicc.connection; * server switch to other application (corresponds to server selecting another application via Content-Type header field) * The object implementing <code>SCP81ConnectionStatus</code> interface is a <b>Temporary Entry Point Object</b>. * * * @deprecated This interface os obsolte use SCP8XConnection instead * * @deprecated This interface is obsolte use SCP8XConnectionStatus instead */ @Deprecated public interface SCP8XConnectionStatus extends Event public interface SCP81ConnectionStatus extends Event { /** This constant is used if the connection was successfully opened.. */ public static final short CONNECTION_ESTABLISHED = (short) 0x0001 ; Loading