Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.objectstyle.cayenne.event

Classes in org.objectstyle.cayenne.event used by 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).
EventSubject
          This class encapsulates the String that is used to identify the subject that a listener is interested in.