|
BEAST
|
Factory for creating timeout tasks. More...
Public Member Functions | |
| TimeoutTask | create (ITimeoutRule rule, long id, Object data, ITimeoutTaskListener listener) |
| Creates a TimeoutTask. | |
Factory for creating timeout tasks.
| TimeoutTask eu.baltrad.beast.rules.timer.ITimeoutTaskFactory.create | ( | ITimeoutRule | rule, |
| long | id, | ||
| Object | data, | ||
| ITimeoutTaskListener | listener ) |
Creates a TimeoutTask.
| rule | the rule |
| id | the id |
| data | any data that should be passed on |
| listener | the listener |
| TimeoutRuleException | if the rule is null |
Implemented in eu.baltrad.beast.rules.timer.TimeoutTaskFactory.