public interface TriggerListener
Modifier and Type | Method and Description |
---|---|
void |
fireTrigger(DatabaseConnection database,
String trigger_name,
TriggerEvent trigger_evt)
Notifies that a trigger event fired.
|
void fireTrigger(DatabaseConnection database, String trigger_name, TriggerEvent trigger_evt)
database
- the DatabaseConnection that this trigger is registered
for.trigger_evt
- the trigger event that was fired.Copyright © 2015. All rights reserved.