public class SDMEngineObjectRenderedEvent extends SDMEngineEvent
SDMEngineObjectRenderedEvent
is sent
by an IlvSDMEngine
to
SDMEngineDataLoadingListener
objects
to notify them that a graphic object has been rendered.source
Constructor and Description |
---|
SDMEngineObjectRenderedEvent(Object source,
Object dataObject,
IlvGraphic graphicObject)
Creates a new
SDMEngineObjectRenderedEvent . |
Modifier and Type | Method and Description |
---|---|
Object |
getDataObject()
Returns the data object that has just been rendered
as a graphic object.
|
Object |
getGraphicObject()
Returns the graphic object that has just been created
to render a data object.
|
void |
setDataObject(Object dataObject)
Sets the data object that has just been rendered
as a graphic object.
|
void |
setGraphicObject(IlvGraphic graphicObject)
Sets the graphic object that has just been created
to render a data object.
|
getEngine
getSource, toString
public SDMEngineObjectRenderedEvent(Object source, Object dataObject, IlvGraphic graphicObject)
SDMEngineObjectRenderedEvent
.source
- The event source, which must be an
IlvSDMEngine
.dataObject
- The data object that has just been rendered
as a graphic object.graphicObject
- The graphic object that has just been created
to render a data object.public Object getDataObject()
public void setDataObject(Object dataObject)
This method is used internally and should never be called directly by applications.
dataObject
- The data object.public Object getGraphicObject()
public void setGraphicObject(IlvGraphic graphicObject)
This method is used internally and should never be called directly by applications.
graphicObject
- The graphic object.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.