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