public class TriggerEvent
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
DELETE |
|
static int |
INSERT |
Statics that represent the different types of high layer trigger events.
|
static int |
UPDATE |
Constructor | Description |
---|---|
TriggerEvent(int type,
java.lang.String source) |
|
TriggerEvent(int type,
java.lang.String source,
int count) |
Constructs the trigger event.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getCount() |
Returns the number of times this event was fired.
|
java.lang.String |
getSource() |
Returns the source of this event.
|
int |
getType() |
Returns the type of this event.
|
public static final int INSERT
public static final int DELETE
public static final int UPDATE
Copyright © 2018. All rights reserved.