org.geotools.swing
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:
- Serialized Form
Method Summary |
RenderingExecutor |
getSource()
Gets the rendering executor which published this event. |
long |
getTaskId()
Gets the integer ID of the rendering task associated with this event. |
RenderingExecutorEvent
public RenderingExecutorEvent(RenderingExecutor executor,
long taskId)
- Creates a new event.
- Parameters:
executor
- the executor publishing this eventtaskId
- the rendering executor task ID
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
Copyright © 1996-2014 Geotools. All Rights Reserved.