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.Event
ZMonitor.ZEvent. type
The type of the event.Methods in org.zeromq that return ZMonitor.Event Modifier and Type Method Description private static ZMonitor.Event
ZMonitor.Event. find(int event)
static ZMonitor.Event
ZMonitor.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 ZMonitor
ZMonitor. add(ZMonitor.Event... events)
Adds event types to monitor.ZMonitor
ZMonitor. remove(ZMonitor.Event... events)
Removes event types from monitor.
-