public class ActivityStackEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ActivityStackEvent(org.eclipse.birt.report.model.activity.ActivityStack theStack,
int theAction)
Constructs with the stack that changes and the action causing this event.
|
Modifier and Type | Method and Description |
---|---|
int |
getAction()
Returns the action which causes this event.
|
org.eclipse.birt.report.model.activity.ActivityStack |
getStack()
Returns the stack that changes.
|
public static final int DONE
public static final int REDONE
public static final int UNDONE
public static final int ROLL_BACK
public ActivityStackEvent(org.eclipse.birt.report.model.activity.ActivityStack theStack, int theAction)
theStack
- the stack that changestheAction
- the action causing this eventpublic int getAction()
DONE
REDONE
UNDONE
public org.eclipse.birt.report.model.activity.ActivityStack getStack()
Copyright © 2008 Actuate Corp. All rights reserved.