Trigger.VetoRTPRIMARY_PHASE, SECONDARY_PHASE, TERTIARY_PHASE| Constructor and Description |
|---|
TriggerBase(boolean persistent) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Property property,
String value)
Executes the trigger, passing in the key of the property whose change
triggered the execution.
|
boolean |
isPersistent()
If a Trigger is associated with a class or singleton, then it should
return true because its associated object is not subject to garbage
collection.
|
int |
phase()
Which phase does this Trigger belong to.
|
public boolean isPersistent()
TriggerisPersistent in interface Triggerpublic int phase()
Triggerpublic void execute(Property property, String value) throws Trigger.VetoRT
Triggerexecute in interface Triggerproperty - Property being changedvalue - New value of propertyTrigger.VetoRTCopyright © 2012–2015 Julian Hyde. All rights reserved.