Package org.openscience.cdk.event
Interface ICDKChangeListener
- All Superinterfaces:
EventListener
A ChangeListener for the CDK, to be independent from the Swing package.
- Source code:
- main
- Belongs to CDK module:
- interfaces
-
Method Summary
Modifier and TypeMethodDescriptionvoid
stateChanged
(EventObject event) Invoked when the target of the listener has changed its state.
-
Method Details
-
stateChanged
Invoked when the target of the listener has changed its state.- Parameters:
event
- The EventObject
-