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