Uses of Enum Class
org.zeromq.ZMonitor.Event
Packages that use ZMonitor.Event
-
Uses of ZMonitor.Event in org.zeromq
Fields in org.zeromq declared as ZMonitor.EventModifier and TypeFieldDescriptionfinal ZMonitor.Event
ZMonitor.ZEvent.type
The type of the event.Methods in org.zeromq that return ZMonitor.EventModifier and TypeMethodDescriptionprivate static ZMonitor.Event
ZMonitor.Event.find
(int event) static ZMonitor.Event
Returns the enum constant of this class with the specified name.static ZMonitor.Event[]
ZMonitor.Event.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.zeromq with parameters of type ZMonitor.EventModifier and TypeMethodDescriptionfinal ZMonitor
ZMonitor.add
(ZMonitor.Event... events) Adds event types to monitor.final ZMonitor
ZMonitor.remove
(ZMonitor.Event... events) Removes event types from monitor.