public interface AlertMonitorI extends Remote, Serializable
Modifier and Type | Method and Description |
---|---|
void |
receivedAlert(PrinterAlert receivedAlert)
Called when a printer alert is received.
|
void |
receivedAlert(PrinterAlert receivedAlert,
String sgdData)
Called when a printer alert is received.
|
void |
removeAlertHandler()
Removes the alert handler from the runtime.
|
void receivedAlert(PrinterAlert receivedAlert) throws RemoteException
receivedAlert
- PrinterAlert that was received.RemoteException
- if there is an RMI exception.void receivedAlert(PrinterAlert receivedAlert, String sgdData) throws RemoteException
receivedAlert
- PrinterAlert that was received.sgdData
- data from the alert.RemoteException
- if there is an RMI exception.void removeAlertHandler() throws RemoteException
RemoteException
- if there is an RMI exceptions
© 2015 ZIH Corp. All Rights Reserved.