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.EventZMonitor.ZEvent.typeThe type of the event.Methods in org.zeromq that return ZMonitor.EventModifier and TypeMethodDescriptionprivate static ZMonitor.EventZMonitor.Event.find(int event) static ZMonitor.EventReturns 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 ZMonitorZMonitor.add(ZMonitor.Event... events) Adds event types to monitor.final ZMonitorZMonitor.remove(ZMonitor.Event... events) Removes event types from monitor.