Uses of Interface
uicc.connection.Event

Uses of Event in uicc.connection
 

Subinterfaces of Event in uicc.connection
 interface ConnectionClosed
          Notification about closing of a connection.
 interface DataReceived
          This event notifies a UICCTransportLink, BIPLink or SCP81Connection about data reception.
 interface SCP81ConnectionStatus
          This interface defines event constants that are used for notifications of state changes of connections represented by SCP81Connection: connection established (corresponds to successful open()) connection setup failed (corresponds to unsuccessful open()) connection closed (corresponds to successful close()) communication error (corresponds to unexpected communication breakdown) The object implementing SCP81ConnectionStatus interface is a Temporary Entry Point Object.
 interface UICCTransportLinkDisconnected
          Notification about closing of a reliable link.
 

Methods in uicc.connection with parameters of type Event
 void Observer.eventObserved(Event theEvent)
          This method is invoked by the observed object when a state change occurs.