JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.newt.event.OutputEvent Class Referenceabstract
Inheritance diagram for com.jogamp.newt.event.OutputEvent:
Collaboration diagram for com.jogamp.newt.event.OutputEvent:

Protected Member Functions

 OutputEvent (final short eventType, final Object source, final long when)
 
- Protected Member Functions inherited from com.jogamp.newt.event.NEWTEvent
 NEWTEvent (final short eventType, final Object source, final long when)
 

Additional Inherited Members

- Public Member Functions inherited from com.jogamp.newt.event.NEWTEvent
final short getEventType ()
 Returns the event type of this event. More...
 
final long getWhen ()
 Returns the timestamp, in milliseconds, of this event. More...
 
final void setAttachment (final Object attachment)
 Attach the passed object to this event. More...
 
final Object getAttachment ()
 
final boolean isConsumed ()
 Returns true if this events has been consumed, otherwise false. More...
 
final void setConsumed (final boolean consumed)
 If consumed is true, this event is marked as consumed, ie. More...
 
String toString ()
 
StringBuilder toString (StringBuilder sb)
 
- Static Public Member Functions inherited from com.jogamp.newt.event.NEWTEvent
static String toHexString (final short hex)
 
- Static Public Attributes inherited from com.jogamp.newt.event.NEWTEvent
static final Object consumedTag = new Object()
 See setConsumed(boolean) for description. More...
 

Detailed Description

Definition at line 32 of file OutputEvent.java.

Constructor & Destructor Documentation

◆ OutputEvent()

com.jogamp.newt.event.OutputEvent.OutputEvent ( final short  eventType,
final Object  source,
final long  when 
)
protected

Definition at line 34 of file OutputEvent.java.


The documentation for this class was generated from the following file: