public interface ConnectionHandlerI
extends java.rmi.Remote, java.io.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 java.rmi.RemoteException
printer
- printer which just established a connection.java.rmi.RemoteException
- if there is an RMI exception.void connectionRemoved(DiscoveredPrinter printer) throws java.rmi.RemoteException
printer
- printer which just went offline.java.rmi.RemoteException
- if there is an RMI exception.void removeConnectionHandler() throws java.rmi.RemoteException
java.rmi.RemoteException
- if there is an RMI exception
© 2017 ZIH Corp. All Rights Reserved.