|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
com.sybase.uep.bobclient.screens.PushTimerTask
public class PushTimerTask
This is the Push timer task It will time the user when the push request screen is idle. After a certain amout of idle time the push gets execute based on the push attributes.
Constructor Summary | |
---|---|
PushTimerTask(PushRequestScreen screen,
boolean syncIfNoResponse)
Push Timer Task Constructor |
Method Summary | |
---|---|
void |
run()
Execute method |
Methods inherited from class java.util.TimerTask |
---|
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PushTimerTask(PushRequestScreen screen, boolean syncIfNoResponse)
screen
- - The push request screensyncIfNoResponse
- - flag to sync if there are no user responseMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |