org.objectstyle.cayenne.event.EventManager This class acts as bridge between an Object that wants to inform others about its current state or a change thereof (Publisher) and a list of objects interested in the Subject (Listeners). @author Dirk Olmes @author Holger Hoffstaette @author Andrei Adamchik
org.objectstyle.cayenne.modeler.editor.ExistingSelectionProcessor Callback interface for panes of detail views to process existing selections. When tab is selected processExistingSelection() is called to reset the state if the tab has any rows selected. For example, this is useful when we want to reset the state of the "Remove" button if the tab has attributes ( ...