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 private static ZMonitor.Event[]ZMonitor.ZEvent. EVENTVALUESZMonitor.EventZMonitor.ZEvent. typeThe type of the event.Fields in org.zeromq with type parameters of type ZMonitor.Event Modifier and Type Field Description private static java.util.Map<java.lang.Integer,ZMonitor.Event>ZMonitor.Event. MAPMethods in org.zeromq that return ZMonitor.Event Modifier and Type Method Description static ZMonitor.EventZMonitor.Event. findByCode(int event)Find theZMonitor.Eventassociated with the numerical event code.static ZMonitor.EventZMonitor.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 ZMonitorZMonitor. add(ZMonitor.Event... events)Adds event types to monitor.ZMonitorZMonitor. remove(ZMonitor.Event... events)Removes event types from monitor.
-