public interface FabricTimerTask
Title: Framework Support Library
Description: Defines a task executed by the FabricTimer
in response to the changing
state of a Timer.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
execute(FabricTimer timer)
Executes this task.
|
void |
onCancel(FabricTimer timer)
This method is invoked after the timer has been canceled.
|
void |
onReset(FabricTimer timer)
This method is invoked after the timer has been reset.
|
void |
onResume(FabricTimer timer)
This method is invoked after the timer has been resumed.
|
void |
onStart(FabricTimer timer)
This method is invoked after the timer has been started.
|
void |
onStop(FabricTimer timer)
This method is invoked after the timer has been stopped.
|
void |
onSuspend(FabricTimer timer)
This method is invoked after the timer has been suspended.
|
void execute(FabricTimer timer)
timer
- the timer associated with the task.void onStart(FabricTimer timer)
timer
- the timer associated with the task.void onStop(FabricTimer timer)
timer
- the timer associated with the task.void onSuspend(FabricTimer timer)
timer
- the timer associated with the task.void onResume(FabricTimer timer)
timer
- the timer associated with the task.void onReset(FabricTimer timer)
timer
- the timer associated with the task.void onCancel(FabricTimer timer)
timer
- the timer associated with the task.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.