org.eclipse.birt.chart.event
Class InteractionEvent
java.lang.Object
java.util.EventObject
org.eclipse.birt.chart.event.ChartEvent
org.eclipse.birt.chart.event.InteractionEvent
- All Implemented Interfaces:
- java.io.Serializable
- public final class InteractionEvent
- extends ChartEvent
InteractionEvent
- See Also:
- Serialized Form
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InteractionEvent
public InteractionEvent(java.lang.Object source)
- Parameters:
source -
getStructureSource
public StructureSource getStructureSource()
setHotSpot
public final void setHotSpot(PrimitiveRenderEvent pre)
- Parameters:
pre -
getHotSpot
public final PrimitiveRenderEvent getHotSpot()
- Returns:
addTrigger
public final void addTrigger(Trigger t)
- Parameters:
t -
getAction
public final Action getAction(TriggerCondition tc)
- Parameters:
tc -
- Returns:
getTriggers
public final Trigger[] getTriggers()
- Returns:
reset
public void reset()
- Specified by:
reset in class ChartEvent
reuse
public final void reuse(StructureSource oNewSource)
- Parameters:
oNewSource -
Copyright © 2005 Actuate Corp. All rights reserved.