See: Description
| Interface | Description |
|---|---|
| Trigger |
A Trigger is a callback which allows a subscriber to be notified when a
property value changes.
|
| Class | Description |
|---|---|
| BooleanProperty |
Definition and accessor for a boolean property.
|
| DoubleProperty |
Definition and accessor for a double-precision property.
|
| IntegerProperty |
Definition and accessor for an integer property.
|
| PersistentStringProperty |
Definition and accessor for a string property that is capable of storing
itself in a
.properties file. |
| Property |
Definition and accessor for a property.
|
| StringProperty |
Definition and accessor for a string property.
|
| TriggerableProperties |
Base class for properties which can respond to triggers.
|
| TriggerBase |
Basic implementation of a trigger, which doesn't do anything.
|
| Exception | Description |
|---|---|
| Trigger.VetoRT |
Copyright © 2012–2015 Julian Hyde. All rights reserved.