org.archiviststoolkit.mydomain
Interface DomainAccessListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AccessionsDAO, ArchDescriptionAnalogInstancesDAO, ArchDescriptionRepeatingDataDAO, DatabaseTablesDAO, DigitalObjectDAO, DomainAccessObjectImpl, DomainRawTableModel, DomainRelatedTableModel, DomainTableModel, LookupListsDAO, NamesDAO, RepositoriesDAO, ResourcesComponentsDAO, ResourcesDAO, SubjectsDAO

public interface DomainAccessListener
extends java.util.EventListener

Is implemented by a class who wants to understand when a domain has changed.


Method Summary
 void domainChanged(DomainAccessEvent event)
          Called to notify the listener that an event has occurred.
 

Method Detail

domainChanged

void domainChanged(DomainAccessEvent event)
Called to notify the listener that an event has occurred.

Parameters:
event - denotes that a domainobject has changed.