org.eclipse.jpt.common.utility.model.listener
Class StateChangeAdapter
java.lang.Object
org.eclipse.jpt.common.utility.model.listener.StateChangeAdapter
- All Implemented Interfaces:
- EventListener, StateChangeListener
public class StateChangeAdapter
- extends Object
- implements StateChangeListener
Convenience implementation of StateChangeListener.
This is probably of limited use, since there only a single method to implement;
maybe as a null implementation.
Provisional API: This class is part of an interim API that is still
under development and expected to change significantly before reaching
stability. It is available at this early stage to solicit feedback from
pioneering adopters on the understanding that any code that uses this API
will almost certainly be broken (repeatedly) as the API evolves.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StateChangeAdapter
public StateChangeAdapter()
stateChanged
public void stateChanged(StateChangeEvent event)
- Description copied from interface:
StateChangeListener
- This method gets called when a model has changed in some general fashion.
- Specified by:
stateChanged in interface StateChangeListener
- Parameters:
event - An event describing the event source.
Copyright (c) 2012 Oracle. All rights reserved.