All Packages Class Hierarchy This Package Previous Next Index
Interface org.jcon.df.edit.EditListener
- public interface EditListener
The interface for EditEvent listeners. We have
chosen to use a single method to preserve the interface's
stability, thus allowing listener responsibility evolution.
-
processEditEvent(EditEvent)
- The listener should process the event.
processEditEvent
public abstract void processEditEvent(EditEvent evt)
- The listener should process the event.
All Packages Class Hierarchy This Package Previous Next Index