public interface AlertMonitorI
extends java.rmi.Remote, java.io.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 java.rmi.RemoteException
receivedAlert
- PrinterAlert that was received.java.rmi.RemoteException
- if there is an RMI exception.void receivedAlert(PrinterAlert receivedAlert, String sgdData) throws java.rmi.RemoteException
receivedAlert
- PrinterAlert that was received.sgdData
- data from the alert.java.rmi.RemoteException
- if there is an RMI exception.void removeAlertHandler() throws java.rmi.RemoteException
java.rmi.RemoteException
- if there is an RMI exceptions
© 2017 ZIH Corp. All Rights Reserved.