public interface StateChange<T>
@Eventsannotation. Only sub-interfaces of this should be used by event producers and consumers.EventHub| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(T source) |
void |
stateInvalidated(T source) |
void |
stateReleased(T source) |