public class IntervalListener extends java.lang.Object implements IIntervalListener
| Constructor and Description |
|---|
IntervalListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTieable(Tieable toAdd) |
void |
addTieableAutoTieWrapper(AutoTieWrapper toAdd) |
void |
intervalUpdated(Interval aCaller)
This method will be called if the time of the given Interval was elapsed.
|
void |
removeTieable(Tieable toRemove) |
public void intervalUpdated(Interval aCaller)
IIntervalListenerintervalUpdated in interface IIntervalListeneraCaller - The Interval that calls this methodpublic void addTieable(Tieable toAdd)
public void removeTieable(Tieable toRemove)
public void addTieableAutoTieWrapper(AutoTieWrapper toAdd)
Copyright © 2010-2020 anotheria.net. All Rights Reserved.