Uses of Enum
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 TypeFieldDescriptionprivate static final ZMonitor.Event[]
ZMonitor.ZEvent.EVENTVALUES
final ZMonitor.Event
ZMonitor.ZEvent.type
The type of the event.Fields in org.zeromq with type parameters of type ZMonitor.EventModifier and TypeFieldDescriptionprivate static final Map
<Integer, ZMonitor.Event> ZMonitor.Event.MAP
Methods in org.zeromq that return ZMonitor.EventModifier and TypeMethodDescriptionstatic ZMonitor.Event
ZMonitor.Event.findByCode
(int event) Find theZMonitor.Event
associated with the numerical event code.static ZMonitor.Event
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.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.