nl.tbdev.IR
Class IasClient
java.lang.Object
|
+--nl.tbdev.IR.ConnectionCallback
|
+--nl.tbdev.IR.IasClient
- All Implemented Interfaces:
- ConnectionCallbackInterface
- class IasClient
- extends ConnectionCallback
Information Access Store Client implementation. For internal IR use only.
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
caller
private IasQueryCallbackInterface caller
className
private java.lang.String className
attrName
private java.lang.String attrName
IasClient
public IasClient()
getValueByClass
public void getValueByClass(IasQueryCallbackInterface c,
java.lang.String cName,
java.lang.String aName)
connectionCallbackConfirm
public void connectionCallbackConfirm(byte[] data)
- Description copied from class:
ConnectionCallback
- called whenever a connection request succeeds
Default implementation does nothing.
- Overrides:
connectionCallbackConfirm in class ConnectionCallback
connectionCallbackDisconnect
public void connectionCallbackDisconnect()
- Description copied from class:
ConnectionCallback
- called on all LAP disconnects
- Overrides:
connectionCallbackDisconnect in class ConnectionCallback
connectionCallbackData
public void connectionCallbackData(byte[] data)
- Description copied from class:
ConnectionCallback
- called whenever data is received for this service.
Default implementation does nothing.
- Overrides:
connectionCallbackData in class ConnectionCallback
- Following copied from class:
nl.tbdev.IR.ConnectionCallback
- Parameters:
data - contains the application level data, no IrDA frame headers.