Uses of Class
org.zeromq.ZMonitor.Event
-
Packages that use ZMonitor.Event Package Description org.zeromq Provides high-level bindings for ØMQ. -
-
Uses of ZMonitor.Event in org.zeromq
Fields in org.zeromq declared as ZMonitor.Event Modifier and Type Field Description ZMonitor.EventZMonitor.ZEvent. typeThe type of the event.Methods in org.zeromq that return ZMonitor.Event Modifier and Type Method Description private static ZMonitor.EventZMonitor.Event. find(int event)static ZMonitor.EventZMonitor.Event. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ZMonitor.Event[]ZMonitor.Event. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zeromq with parameters of type ZMonitor.Event Modifier and Type Method Description ZMonitorZMonitor. add(ZMonitor.Event... events)Adds event types to monitor.ZMonitorZMonitor. remove(ZMonitor.Event... events)Removes event types from monitor.
-