Skip to content

QueuedEvent

QueuedEvent is a ControllerEvent with the time it was enqueued to ControllerEventManager.

Creating Instance

QueuedEvent takes the following to be created:

QueuedEvent is created when:

Processing ControllerEventProcessor

process(
  processor: ControllerEventProcessor): Unit

process requests the input ControllerEventProcessor to process the ControllerEvent.


process is used when:

  • ControllerEventThread is requested to doWork

String (Textual) Representation

toString: String

toString is part of the java.lang.Object abstraction.


toString returns the following string representation (with the ControllerEvent and the enqueue time):

QueuedEvent(event=[event], enqueueTimeMs=[enqueueTimeMs])