|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.activity.ActivityStackEvent
public class ActivityStackEvent
This event class identifies that the activity stack changes. This event includes the stack that change and the action causing this event.
Field Summary | |
---|---|
static int |
DONE
One record is executed or one transaction is committed. |
static int |
REDONE
The latest record or transaction is redone. |
static int |
ROLL_BACK
The outermost transaction is rolled back. |
static int |
UNDONE
The latest record or transaction is undone. |
Constructor Summary | |
---|---|
ActivityStackEvent(org.eclipse.birt.report.model.activity.ActivityStack theStack,
int theAction)
Constructs with the stack that changes and the action causing this event. |
Method Summary | |
---|---|
int |
getAction()
Returns the action which causes this event. |
org.eclipse.birt.report.model.activity.ActivityStack |
getStack()
Returns the stack that changes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DONE
public static final int REDONE
public static final int UNDONE
public static final int ROLL_BACK
Constructor Detail |
---|
public ActivityStackEvent(org.eclipse.birt.report.model.activity.ActivityStack theStack, int theAction)
theStack
- the stack that changestheAction
- the action causing this eventMethod Detail |
---|
public int getAction()
DONE
REDONE
UNDONE
public org.eclipse.birt.report.model.activity.ActivityStack getStack()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |