public abstract class AbstractFabricTimerTask extends java.lang.Object implements FabricTimerTask
Title: Framework Support Library
Description: Base abstract class for descendants of the FabricTimerTask
.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Constructor and Description |
---|
AbstractFabricTimerTask() |
Modifier and Type | Method and Description |
---|---|
void |
onCancel(FabricTimer timer)
Does nothing by default.
|
void |
onReset(FabricTimer timer)
Does nothing by default.
|
void |
onResume(FabricTimer timer)
Does nothing by default.
|
void |
onStart(FabricTimer timer)
Does nothing by default.
|
void |
onStop(FabricTimer timer)
Does nothing by default.
|
void |
onSuspend(FabricTimer timer)
Does nothing by default.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public void onStart(FabricTimer timer)
Does nothing by default.
onStart
in interface FabricTimerTask
timer
- the timer associated with the task.public void onStop(FabricTimer timer)
Does nothing by default.
onStop
in interface FabricTimerTask
timer
- the timer associated with the task.public void onSuspend(FabricTimer timer)
Does nothing by default.
onSuspend
in interface FabricTimerTask
timer
- the timer associated with the task.public void onResume(FabricTimer timer)
Does nothing by default.
onResume
in interface FabricTimerTask
timer
- the timer associated with the task.public void onReset(FabricTimer timer)
Does nothing by default.
onReset
in interface FabricTimerTask
timer
- the timer associated with the task.public void onCancel(FabricTimer timer)
Does nothing by default.
onCancel
in interface FabricTimerTask
timer
- the timer associated with the task.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.