Uses of Enum
org.zeromq.ZMonitor.Event
Packages that use ZMonitor.Event
-
Uses of ZMonitor.Event in org.zeromq
Subclasses with type arguments of type ZMonitor.Event in org.zeromqModifier and TypeClassDescriptionstatic enumEnumerates types of monitoring events.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 TypeMethodDescriptionstatic ZMonitor.EventZMonitor.Event.findByCode(int event) Find theZMonitor.Eventassociated with the numerical event code.static ZMonitor.EventReturns 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 ZMonitorZMonitor.add(ZMonitor.Event... events) Adds event types to monitor.final ZMonitorZMonitor.remove(ZMonitor.Event... events) Removes event types from monitor.