ARoad0.gBaseInterface
Interface BaseBeanManager

All Known Subinterfaces:
ACS, ACSManager, ACSRun, Actor, ActorMySQL, ActorUbuntu, BasesSetMySQL, Basic, Directory, DirectoryMySQL, DirectoryUbuntu, EligibleParty, ExecutableUbuntu, GroupID, GroupIDMember, GroupIDMySQL, ImmutableACS, ImmutableActor, ImmutableDirectory, ImmutableEligibleParty, ImmutableGroupID, ImmutableGroupIDMember, ImmutablePrivilegeSource, ImmutablePrivilegeTarget, ImmutableResource, ImmutableSource, ImmutableTarget, ImmutableUserID, ImmutableVirtualFolder, PrivilegeSource, PrivilegeTarget, ProxyMySQL, Resource, ResourceMySQL, ResourceUbuntu, RoleMySQL, UserID, UserIDMySQL, UserIDUbuntu, ViewManager, VirtualFolder, VirtualFolderMySQL
All Known Implementing Classes:
ACSFactoryImpl, ACSFactoryMySQLImpl, ACSFactoryUbuntuImpl, ACSImpl, ACSMySQLImpl, ACSUbuntuImpl, ActorImpl, ActorMySQLImpl, ActorUbuntuImpl, BaseManagerImpl, BasesSetMySQLImpl, BasicImpl, DirectoryImpl, DirectoryMySQLImpl, DirectoryUbuntuImpl, EligiblePartyImpl, ExecutableUbuntuImpl, GroupIDImpl, GroupIDMemberImpl, GroupIDMySQLImpl, ProxyMySQLImpl, ResourceImpl, ResourceMySQLImpl, ResourceUbuntuImpl, RoleMySQLImpl, UserIDImpl, UserIDMySQLImpl, UserIDUbuntuImpl, VirtualFolderImpl, VirtualFolderMySQLImpl

public interface BaseBeanManager

This is the interface of a manager that fires PropertyChangeEvents when a BaseObject is deleted or closed. The action is associated to a property name. The methods are identical in BoundBean. It is implemented by BaseManager, ViewManager and others BaseObjects to inform Gui1.BeamerManager and the Gui1.XXXPropertyEditor.


Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener l)
          Add a listener to the BaseBeanManager.
 void addPropertyChangeListener(java.lang.String _propertyName, java.beans.PropertyChangeListener _l)
          Add a listener to the BaseBeanManager.
 void removePropertyChangeListener(java.beans.PropertyChangeListener l)
          remove a listener to the BaseBeanManager.
 void removePropertyChangeListener(java.lang.String _propertyName, java.beans.PropertyChangeListener _l)
          remove a listener to the BaseBeanManager.
 

Method Detail

addPropertyChangeListener

void addPropertyChangeListener(java.beans.PropertyChangeListener l)
Add a listener to the BaseBeanManager.


addPropertyChangeListener

void addPropertyChangeListener(java.lang.String _propertyName,
                               java.beans.PropertyChangeListener _l)
Add a listener to the BaseBeanManager.


removePropertyChangeListener

void removePropertyChangeListener(java.beans.PropertyChangeListener l)
remove a listener to the BaseBeanManager.


removePropertyChangeListener

void removePropertyChangeListener(java.lang.String _propertyName,
                                  java.beans.PropertyChangeListener _l)
remove a listener to the BaseBeanManager.