public interface StateChangeListener<T,E extends Enum>
Modifier and Type | Method and Description |
---|---|
void |
stateChanged(T object,
E oldState,
E newState) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.