Uses of Interface
com.zebra.sdk.remote.comm.AlertMonitorI
Packages that use AlertMonitorI
Package
Description
Provides implementation for communicating to Link-OS printers over Web Sockets.
-
Uses of AlertMonitorI in com.zebra.sdk.remote.comm
Classes in com.zebra.sdk.remote.comm that implement AlertMonitorIMethods in com.zebra.sdk.remote.comm with parameters of type AlertMonitorIModifier and TypeMethodDescriptionvoidRemoteConnection.registerForAlerts(HashSet<AlertCondition> alertsConditionsToMonitor, AlertMonitorI monitorCallback) Register for alerts on the RemoteConnection which are being received by the Zebra Servlet Instance.voidRemoteConnection.unregisterForAlerts(HashSet<AlertCondition> alertsConditionsToMonitor, AlertMonitorI monitorCallback) Un-Register an AlertMonitor from a RemoteConnection.