public final class StructureChangeEvent extends ChartEvent
Modifier and Type | Field and Description |
---|---|
static int |
AFTER |
static int |
BEFORE |
static int |
UNDEFINED |
Constructor and Description |
---|
StructureChangeEvent(java.lang.Object source)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventName(boolean bStripType)
Returns the event name.
|
int |
getEventType()
A convenience method provided to indicate if the event occurs before the
start of a structure definition or after the end of a structure
definition.
|
void |
reset()
Resets the inner state of current event.
|
void |
setEventName(java.lang.String sEventName)
Sets the event name.
|
setSourceObject
public static final int UNDEFINED
public static final int BEFORE
public static final int AFTER
public StructureChangeEvent(java.lang.Object source)
public final java.lang.String getEventName(boolean bStripType)
bStripType
- Specifies if the name if striped.public final void setEventName(java.lang.String sEventName)
sEventName
- This must include the 'before' or 'after' prefix as defined by
each of the constants in IStructureDefinitionpublic final int getEventType()
public void reset()
ChartEvent
reset
in class ChartEvent
Copyright © 2014 OpenText Corp. All rights reserved.