public interface RmiDataListener extends RmiEventListener
Since version 2.0 the interface extends the Remote interface. This allows implementers to receive and send DataEvents over the network.
Remote| Modifier and Type | Method and Description |
|---|---|
void |
rmiDataAvailable(DataEvent de)
The method called by registered data event casters.
|
getListenerNamedisconnect, isConnectedvoid rmiDataAvailable(DataEvent de) throws RemoteException
RemoteException