public class ActivityGraphicInteractorEvent extends EventObject
ActivityGraphicInteractorEvent
is used to notify listeners
when activity graphics are about to be, are currently being, or have just been
modified by an interaction.ActivityGraphicInteractorListener
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
FINISHED
The interaction end status.
|
static int |
STARTED
The interaction start status.
|
static int |
UPDATED
The interaction update status.
|
source
Constructor and Description |
---|
ActivityGraphicInteractorEvent(IlvGanttSheet ganttSheet,
IlvActivityGraphic ag,
int status,
EventObject event)
Builds an
ActivityGraphicInteractorEvent object. |
Modifier and Type | Method and Description |
---|---|
IlvActivityGraphic |
getActivityGraphic()
Returns the implicated activity graphic.
|
IlvGanttSheet |
getGanttSheet()
Returns the Gantt sheet on which the interaction happened.
|
int |
getStatus()
|
EventObject |
getTriggeringEvent()
Returns the event at the origin of the interaction.
|
getSource, toString
public static final int STARTED
public static final int UPDATED
public static final int FINISHED
public ActivityGraphicInteractorEvent(IlvGanttSheet ganttSheet, IlvActivityGraphic ag, int status, EventObject event)
ActivityGraphicInteractorEvent
object.ganttSheet
- The Gantt sheet on which the interaction occurs.ag
- The implicated activity graphic.status
- The notification status.event
- The triggering event.public IlvGanttSheet getGanttSheet()
public IlvActivityGraphic getActivityGraphic()
public EventObject getTriggeringEvent()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.