Package com.zebra.sdk.remote.comm
Interface AlertMonitorI
- All Superinterfaces:
Remote,Serializable
- All Known Implementing Classes:
AlertMonitorBase
Handler class used to take some action when a printer alert is received.
-
Method Summary
Modifier and TypeMethodDescriptionvoidreceivedAlert(PrinterAlert receivedAlert) Called when a printer alert is received.voidreceivedAlert(PrinterAlert receivedAlert, String sgdData) Called when a printer alert is received.voidRemoves the alert handler from the runtime.
-
Method Details
-
receivedAlert
Called when a printer alert is received.- Parameters:
receivedAlert- PrinterAlert that was received.- Throws:
RemoteException- if there is an RMI exception.
-
receivedAlert
Called when a printer alert is received.- Parameters:
receivedAlert- PrinterAlert that was received.sgdData- data from the alert.- Throws:
RemoteException- if there is an RMI exception.
-
removeAlertHandler
Removes the alert handler from the runtime.- Throws:
RemoteException- if there is an RMI exceptions
-