| Package | Description |
|---|---|
| com.jfx.strategy |
| Modifier and Type | Method and Description |
|---|---|
Strategy.Terminal |
Strategy.addTerminal(Strategy.TimerListener lsnr,
int timerIntervalMillis)
Creates another terminal instance and registers timer event handler for it.
|
Strategy |
Strategy.setTimerListener(Strategy.TimerListener lsnr,
int intervalMillis)
Installs user defined TimerListener for the strategy.
|