public abstract class DelayedEventDispatcher<D> extends Object
eventOccurred(Object)
.
Then, when no events have occurred for the duration of time specified in the
constructor, eventDispatch(Object)
is called.Constructor and Description |
---|
DelayedEventDispatcher() |
DelayedEventDispatcher(double delayHz) |
DelayedEventDispatcher(long delayMillis) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
abstract void |
eventDispatch(D data) |
void |
eventOccurred(D _data) |
void |
start() |
public static Logger logger
Copyright © 2016 Metron, Inc.. All rights reserved.