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 or BIPLink about data reception.
 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.