|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerInterface | |
| amber.server.manager.application | Amber Server Application Manager. |
| amber.type.server | Amber Server Types. |
| amber.utility | Amber Utilities. |
| Uses of TimerInterface in amber.server.manager.application |
| Classes in amber.server.manager.application that implement TimerInterface | |
class |
ApplicationController
This class is responsible for managing new application connections to the server. |
| Uses of TimerInterface in amber.type.server |
| Classes in amber.type.server that implement TimerInterface | |
class |
ScheduledObject
This object contains information on the objects which the server is currently scheduling. |
| Uses of TimerInterface in amber.utility |
| Fields in amber.utility declared as TimerInterface | |
protected TimerInterface |
Timer.callback
The object to call when the timer expires. |
| Constructors in amber.utility with parameters of type TimerInterface | |
Timer(long ticks,
TimerInterface callback,
boolean fireOnce)
|
|
Timer(long ticks,
TimerInterface callback)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||