public class PollingOccurrences
extends com.google.gwt.user.client.Timer
Constructor and Description |
---|
PollingOccurrences(ElaborationType elaborationType,
boolean onlyNotCompleted,
boolean notifyChange) |
Modifier and Type | Method and Description |
---|---|
int |
getDelayRepeating() |
int |
getDelaySchedule() |
ElaborationType |
getElaborationType() |
boolean |
isNotifyChange() |
boolean |
isOnlyNotCompleted() |
void |
run() |
void |
schedulePolling(int milliseconds) |
void |
scheduleRepeatingPolling(int milliseconds) |
void |
setDelayRepeating(int delayRepeating) |
void |
setDelaySchedule(int delaySchedule) |
void |
setElaborationType(ElaborationType elaborationType) |
void |
setNotifyChange(boolean notifyChange) |
void |
setOnlyNotCompleted(boolean onlyNotCompleted) |
void |
startPolling() |
void |
stopPolling() |
public PollingOccurrences(ElaborationType elaborationType, boolean onlyNotCompleted, boolean notifyChange)
public void run()
run
in class com.google.gwt.user.client.Timer
public boolean isOnlyNotCompleted()
public void setOnlyNotCompleted(boolean onlyNotCompleted)
public boolean isNotifyChange()
public void setNotifyChange(boolean notifyChange)
public void stopPolling()
public void startPolling()
public void scheduleRepeatingPolling(int milliseconds)
public void schedulePolling(int milliseconds)
public ElaborationType getElaborationType()
public void setElaborationType(ElaborationType elaborationType)
public int getDelaySchedule()
public void setDelaySchedule(int delaySchedule)
public int getDelayRepeating()
public void setDelayRepeating(int delayRepeating)
Copyright © 2014. All Rights Reserved.