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 short
static final short
Fields 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 String
getEventTypeString
(short type) final MonitorMode
getMode()
final MonitorDevice
Returns thesource
, which is aMonitorDevice
.final String
toString()
final StringBuilder
Methods inherited from class com.jogamp.newt.event.NEWTEvent
getAttachment, getEventType, getWhen, isConsumed, setAttachment, setConsumed, toHexString
Methods 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