Package uicc.connection
Interface UICCTransportLinkDisconnected
-
- All Superinterfaces:
Event
public interface UICCTransportLinkDisconnected extends Event
Notification about closing of a reliable link. It can notify only aUICCTransportLinkobject. The object implementingUICCTransportLinkDisconnectedinterface is a Temporary Entry Point Object.
TheUICCTransportLinkDisconnectedis only used if the reliable link has already been connected.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description shortgetReason()Used to retrieve the reason for closing the reliable link (e.g.-
Methods inherited from interface uicc.connection.Event
getObservable
-
-