org.gcube.portlets.user.occurrencemanagement.client.timers
Class PollingOccurrences
java.lang.Object
com.google.gwt.user.client.Timer
org.gcube.portlets.user.occurrencemanagement.client.timers.PollingOccurrences
public class PollingOccurrences
- extends com.google.gwt.user.client.Timer
Methods inherited from class com.google.gwt.user.client.Timer |
cancel, schedule, scheduleRepeating |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollingOccurrences
public PollingOccurrences(ElaborationType elaborationType,
boolean onlyNotCompleted,
boolean notifyChange)
run
public void run()
- Specified by:
run
in class com.google.gwt.user.client.Timer
isOnlyNotCompleted
public boolean isOnlyNotCompleted()
setOnlyNotCompleted
public void setOnlyNotCompleted(boolean onlyNotCompleted)
isNotifyChange
public boolean isNotifyChange()
setNotifyChange
public void setNotifyChange(boolean notifyChange)
stopPolling
public void stopPolling()
startPolling
public void startPolling()
scheduleRepeatingPolling
public void scheduleRepeatingPolling(int milliseconds)
schedulePolling
public void schedulePolling(int milliseconds)
getElaborationType
public ElaborationType getElaborationType()
setElaborationType
public void setElaborationType(ElaborationType elaborationType)
getDelaySchedule
public int getDelaySchedule()
setDelaySchedule
public void setDelaySchedule(int delaySchedule)
getDelayRepeating
public int getDelayRepeating()
setDelayRepeating
public void setDelayRepeating(int delayRepeating)
Copyright © 2014. All Rights Reserved.