public interface IWindowingPolicy<T>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
reset() |
void |
shutdown() |
void |
start() |
void |
track(Event<T> event) |
boolean |
validate() |
java.lang.String |
whyInvalid() |