JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.newt.event.NEWTEventFiFo Class Reference
Collaboration diagram for com.jogamp.newt.event.NEWTEventFiFo:

Public Member Functions

synchronized void put (final NEWTEvent event)
 Add NEWTEvent to tail. More...
 
synchronized NEWTEvent get ()
 Remove NEWTEvent from head. More...
 
synchronized int size ()
 Get NEWTEvents in queue. More...
 
synchronized void clear ()
 Clear all NEWTEvents from queue. More...
 

Detailed Description

Definition at line 33 of file NEWTEventFiFo.java.

Member Function Documentation

◆ clear()

synchronized void com.jogamp.newt.event.NEWTEventFiFo.clear ( )

Clear all NEWTEvents from queue.

Definition at line 58 of file NEWTEventFiFo.java.

◆ get()

synchronized NEWTEvent com.jogamp.newt.event.NEWTEventFiFo.get ( )

Remove NEWTEvent from head.

Definition at line 44 of file NEWTEventFiFo.java.

Here is the caller graph for this function:

◆ put()

synchronized void com.jogamp.newt.event.NEWTEventFiFo.put ( final NEWTEvent  event)

Add NEWTEvent to tail.

Definition at line 38 of file NEWTEventFiFo.java.

◆ size()

synchronized int com.jogamp.newt.event.NEWTEventFiFo.size ( )

Get NEWTEvents in queue.

Definition at line 53 of file NEWTEventFiFo.java.


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