Package uicc.connection
Interface Event
- All Known Subinterfaces:
ConnectionClosed,DataReceived,SCP81ConnectionStatus,SCP8XConnectionStatus,UICCTransportLinkDisconnected
public interface Event
The super interface for all events which are signaling a state change
to the observing application.
-
Method Summary
Modifier and TypeMethodDescriptionUsed to get information about the object whose state has changed.
-
Method Details
-
getObservable
Observable getObservable()Used to get information about the object whose state has changed.- Returns:
- Returns the observed object associated with this event
-