public class DataTileEvent extends EventObject
IlvDataTile
object.
DataTileEvent
s are sent by the tile controller to
all registered DataTileListener
.IlvDataTileController.addDataTileListener(ilog.views.chart.data.lod.DataTileListener)
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
ADJUSTMENT_END
The type of event sent to mark the end of a series of events.
|
static int |
CONTROLLER_DISPOSED
The type of event sent when a tile controller ends its activity.
|
static int |
ERROR
The type of event sent when an error occurs during the loading of a tile.
|
static int |
TILE_ABOUT_TO_LOAD
The type of event sent when a tile is about to be loaded.
|
static int |
TILE_CACHED
The type of event sent when a tile is about to be put in the cache.
|
static int |
TILE_LOADED
The type of event sent when a tile is fully loaded.
|
static int |
TILE_RELEASED
The type of event sent when a tile is about to be released.
|
static int |
TILE_RETRIEVED
The type of event sent when a tile is about to be retrieved from the
cache.
|
source
Modifier and Type | Method and Description |
---|---|
Throwable |
getThrowable()
Returns the
Throwable that describes the error corresponding
to this event. |
IlvDataTile |
getTile()
Returns the modified tile.
|
int |
getType()
Returns the type of the event.
|
boolean |
isAdjusting()
Returns
true if this event is part of a series of several events. |
boolean |
isAdjustmentEnd()
Returns
true if this event marks the end of a series
of several events. |
String |
toString()
Returns a string representation of the event.
|
getSource
public static final int TILE_ABOUT_TO_LOAD
public static final int TILE_RELEASED
public static final int TILE_CACHED
public static final int TILE_RETRIEVED
public static final int TILE_LOADED
public static final int CONTROLLER_DISPOSED
public static final int ERROR
public static final int ADJUSTMENT_END
isAdjusting()
,
isAdjustmentEnd()
,
Constant Field Valuespublic final int getType()
public final IlvDataTile getTile()
null
if the event type is CONTROLLER_DISPOSED
.public boolean isAdjusting()
true
if this event is part of a series of several events.public boolean isAdjustmentEnd()
true
if this event marks the end of a series
of several events.ADJUSTMENT_END
public Throwable getThrowable()
Throwable
that describes the error corresponding
to this event.
This method returns null
if the type of the event is not
ERROR
.
public String toString()
toString
in class EventObject
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.