public abstract class OccasionalAction<T> extends Object
| Constructor and Description |
|---|
OccasionalAction(long interval) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doAction(T curr) |
void |
doOccasionalAction(T curr) |
long |
getStart() |
Copyright © 2015. All rights reserved.