Any rule implementing this interface can subscribe for a timeout notification.
More...
|
IBltMessage | timeout (long id, int why, Object data) |
| Will be triggered when a timeout occurs or any other reason that can be of interest, like the timeout has been cancelled.
|
|
void | setRecipients (List< String > recipients) |
|
|
static final int | TIMEOUT = 0 |
| Timeout was triggered due to timeout.
|
|
static final int | CANCELLED = 1 |
| Timeout was triggered due to cancellation.
|
|
Any rule implementing this interface can subscribe for a timeout notification.
- Author
- Anders Henja
◆ timeout()
IBltMessage eu.baltrad.beast.rules.timer.ITimeoutRule.timeout |
( |
long | id, |
|
|
int | why, |
|
|
Object | data ) |
◆ CANCELLED
final int eu.baltrad.beast.rules.timer.ITimeoutRule.CANCELLED = 1 |
|
static |
Timeout was triggered due to cancellation.
◆ TIMEOUT
final int eu.baltrad.beast.rules.timer.ITimeoutRule.TIMEOUT = 0 |
|
static |
Timeout was triggered due to timeout.
The documentation for this interface was generated from the following file:
- src/eu/baltrad/beast/rules/timer/ITimeoutRule.java