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.


Method Index

 o processEditEvent(EditEvent)
The listener should process the event.

Methods

 o processEditEvent

 public abstract void processEditEvent(EditEvent evt)

The listener should process the event.



All Packages  Class Hierarchy  This Package  Previous  Next  Index