Package org.norvelle.textcite.gui.event

Interface Summary
CancelListener CancelListener: Implemented by classes that want to be able to receive notifications of cancel-button presses by the user.
CitationQuantityChangeListener CitationQuantityChangeListener: A class that implements this interface can receive updates about how many Citations are currently on view in the TablePanel.
DoubleClickTreeEventReceiver DoubleClickTreeEventReceiver
SaveFlagChangeSignalReceiver SaveFlagChangeSignalReceiver Used to indicate that a GUI element can receive signals about changes in the status of the CiteBook's NeedsSaving flag.
SaveLoadStatusListener SaveLoadStatusListener:
ValueSignalReceiver ValueSignalListener This interface indicates that the associated object can receive signals indicating a change in value in the object listened to (typically a dialog box)
 

Class Summary
DoubleClickTreeListener DoubleClickTreeListener: Allows an object to register interest in JTree double-click events.
ListMouseEvent ListMouseEvent: Handle a mouse events on the JList.
SaveFlagChangeListener SaveFlagChangeListener This is a Listener object, designed to keep the Model elements (such as the CiteBook) from having to know about GUi things like toolbars, while enabling toolbars and menus to keep informed of whether there has been a change in the status of the needsSaving flag of the CiteBook.
ValueListener ValueListener A small class used for creating objects that enable communication between dialog boxes and their owners.