public abstract class PausableSchedulableTask extends SchedulableTask
| Constructor | Description |
|---|---|
PausableSchedulableTask() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
pause(PauseGame evt) |
|
protected void |
register() |
|
void |
resume(ResumeGame evt) |
|
void |
run() |
|
void |
unregister() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandle@PostConstruct protected void register()
@PreDestroy public void unregister()
public void pause(PauseGame evt)
public void resume(ResumeGame evt)
public void run()
run in class SchedulableTaskCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.