Package com.jogamp.newt.event
Class MonitorEvent
java.lang.Object
java.util.EventObject
com.jogamp.newt.event.NEWTEvent
com.jogamp.newt.event.OutputEvent
com.jogamp.newt.event.MonitorEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortstatic final shortFields inherited from class com.jogamp.newt.event.NEWTEvent
consumedTag -
Constructor Summary
ConstructorsConstructorDescriptionMonitorEvent(short eventType, MonitorDevice source, long when, MonitorMode mode) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetEventTypeString(short type) final MonitorModegetMode()final MonitorDeviceReturns thesource, which is aMonitorDevice.final StringtoString()final StringBuilderMethods inherited from class com.jogamp.newt.event.NEWTEvent
getAttachment, getEventType, getWhen, isConsumed, setAttachment, setConsumed, toHexStringMethods inherited from class java.util.EventObject
getSource
-
Field Details
-
EVENT_MONITOR_MODE_CHANGE_NOTIFY
public static final short EVENT_MONITOR_MODE_CHANGE_NOTIFY- See Also:
-
EVENT_MONITOR_MODE_CHANGED
public static final short EVENT_MONITOR_MODE_CHANGED- See Also:
-
-
Constructor Details
-
MonitorEvent
-
-
Method Details