public interface UOWEventListener
Modifier and Type | Field and Description |
---|---|
static int |
POST_BEGIN |
static int |
POST_END |
static int |
REGISTER_SYNC |
static int |
RESUME |
static int |
SUSPEND |
Modifier and Type | Method and Description |
---|---|
void |
UOWEvent(UOWEventEmitter uow,
int event,
java.lang.Object data) |
static final int POST_BEGIN
static final int POST_END
static final int SUSPEND
static final int RESUME
static final int REGISTER_SYNC
void UOWEvent(UOWEventEmitter uow, int event, java.lang.Object data)
uow
- The Unit of work to which this event appliesevent
- The event codedata
- Data associated with the event