public interface ConnectionHandlerI extends Remote, Serializable
Modifier and Type | Method and Description |
---|---|
void |
connectionEstablished(DiscoveredPrinter printer)
Called when a printer establishes a connection.
|
void |
connectionRemoved(DiscoveredPrinter printer)
Called when a printer goes offline.
|
void |
removeConnectionHandler()
Removes the Connection handler from the runtime.
|
void connectionEstablished(DiscoveredPrinter printer) throws RemoteException
printer
- printer which just established a connection.RemoteException
- if there is an RMI exception.void connectionRemoved(DiscoveredPrinter printer) throws RemoteException
printer
- printer which just went offline.RemoteException
- if there is an RMI exception.void removeConnectionHandler() throws RemoteException
RemoteException
- if there is an RMI exception
© 2015 ZIH Corp. All Rights Reserved.