Class RenderingExecutorEvent

Object
EventObject
RenderingExecutorEvent
All Implemented Interfaces:
Serializable

public class RenderingExecutorEvent extends EventObject
An event type used by RenderingExecutor to communicate task status to client objects.
Since:
8.0
Author:
Michael Bedward
See Also:
  • Constructor Details

    • RenderingExecutorEvent

      public RenderingExecutorEvent(RenderingExecutor executor, long taskId)
      Creates a new event.
      Parameters:
      executor - the executor publishing this event
      taskId - the rendering executor task ID
  • Method Details

    • getSource

      public RenderingExecutor getSource()
      Gets the rendering executor which published this event.
      Overrides:
      getSource in class EventObject
      Returns:
      the source executor
    • getTaskId

      public long getTaskId()
      Gets the integer ID of the rendering task associated with this event.
      Returns:
      task ID