public class ActivityStackEvent
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
ActivityStackEvent(org.eclipse.birt.report.model.activity.ActivityStack theStack,
int theAction)
Constructs with the stack that changes and the action causing this event.
|
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.