public class RenderingExecutorEvent extends EventObject
RenderingExecutor
to communicate task status to client objects.source
Constructor and Description |
---|
RenderingExecutorEvent(RenderingExecutor executor,
long taskId)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
RenderingExecutor |
getSource()
Gets the rendering executor which published this event.
|
long |
getTaskId()
Gets the integer ID of the rendering task associated with this event.
|
toString
public RenderingExecutorEvent(RenderingExecutor executor, long taskId)
executor
- the executor publishing this eventtaskId
- the rendering executor task IDpublic RenderingExecutor getSource()
getSource
in class EventObject
public long getTaskId()
Copyright © 1996–2019 Geotools. All rights reserved.