Class 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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getTaskId

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