com.sap.mdm.notification
Class AbstractRepositoryListener

java.lang.Object
  extended bycom.sap.mdm.notification.AbstractRepositoryListener
All Implemented Interfaces:
MdmListener, RepositoryListener

public abstract class AbstractRepositoryListener
extends Object
implements RepositoryListener

This class is abstract empty implementation if RepositoryListener interface

See Also:
AbstractServerListener

Constructor Summary
AbstractRepositoryListener()
          Empty constructor
 
Method Summary
 void fieldAdded(FieldEvent event)
          Notification when a new field is added to table
 void fieldModified(FieldEvent event)
          Notification when the field is modified
 void fieldRemoved(FieldEvent event)
          Notification when the field is removed from table
 void fieldsPositioned(FieldsEvent event)
          Notification when the position of any field is changed
 void fieldTypeModified(FieldEvent event)
          Notification when the field type is modified
 void importProcessed(ImportEvent event)
          Notification when the import of data to repository is processed
 void relationshipAdded(RelationshipEvent event)
          Notification when a new relationship is added to repository
 void relationshipModified(RelationshipEvent event)
          Notification when the relationship is modified
 void relationshipRemoved(RelationshipEvent event)
          Notification when the relationship is removed from repository
 void remoteSystemAdded(RemoteSystemEvent event)
          Notification when a new remote system is added to repository
 void remoteSystemModified(RemoteSystemEvent event)
          Notification when the remote system is modified
 void remoteSystemRemoved(RemoteSystemEvent event)
          Notification when the remote system is removed from repository
 void repositoryDescriptionModified(RepositoryDescriptionEvent event)
          Notification when repository description is modified
 void repositoryNormalized(RepositoryEvent event)
          Notification when repository is normalized
 void repositoryPortModified(RepositoryPortEvent event)
          Notification when repository port is modified
 void repositoryRegionsInheritanceModified(RepositoryRegionsInheritanceEvent event)
          Notification when repository region inheritances are modified
 void repositoryRegionsModified(RepositoryRegionsEvent event)
          Notification when repository regions are modified
 void repositorySettingsModified(RepositorySettingsEvent event)
          Notification when repository settings are modified
 void repositoryStatusChanged(RepositoryStatusEvent event)
          Notification when repository status is changed
 void roleAdded(RoleEvent event)
          Notification when a new role is added to repository
 void roleModified(RoleEvent event)
          Notification when the role is modified
 void roleRemoved(RoleEvent event)
          Notification when the role is removed from repository
 void syndicationError(SyndicationErrorEvent event)
          Notification when the syndication error occurs
 void syndicationProcessed(SyndicationEvent event)
          Notification when the syndication of data from repository is processed
 void tableAdded(TableEvent event)
          Notification when a new table is added to repository
 void tableDisplayFieldsChanged(TableEvent event)
          Notification when the set of table display fields is changed
 void tableKeySetMapable(TableEvent event)
          Notification when the parameter 'KeySetMapable' is changed
 void tableModified(TableEvent event)
          Notification when the table is modified
 void tableRemoved(TableEvent event)
          Notification when the table is removed from repository
 void tupleAdded(TupleDefinitionEvent event)
          Notification when the tuple definition added
 void tupleDisplayFieldsChanged(TupleDefinitionEvent event)
          Notification when the tuple display fields are changed
 void tupleFieldCreated(FieldEvent event)
          Notification when the tuple field is created
 void tupleFieldModified(FieldEvent event)
          Notification when the tuple field is modified
 void tupleFieldRemoved(FieldEvent event)
          Notification when the tuple field is removed
 void tupleFieldsPositioned(FieldsEvent event)
          Notification when the tuple field is positioned
 void tupleModified(TupleDefinitionEvent event)
          Notification when the tuple definition is modified
 void tupleRemoved(TupleDefinitionEvent event)
          Notification when the tuple definition is removed
 void userAdded(UserEvent event)
          Notification when a new user is added to repository
 void userModified(UserEvent event)
          Notification when the user is modified
 void userRemoved(UserEvent event)
          Notification when the user is removed from repository
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRepositoryListener

public AbstractRepositoryListener()
Empty constructor

Method Detail

repositoryNormalized

public void repositoryNormalized(RepositoryEvent event)
Description copied from interface: RepositoryListener
Notification when repository is normalized

Specified by:
repositoryNormalized in interface RepositoryListener
Parameters:
event - repository event

repositoryStatusChanged

public void repositoryStatusChanged(RepositoryStatusEvent event)
Description copied from interface: RepositoryListener
Notification when repository status is changed

Specified by:
repositoryStatusChanged in interface RepositoryListener
Parameters:
event - repository event
See Also:
RepositoryStatus

repositoryPortModified

public void repositoryPortModified(RepositoryPortEvent event)
Description copied from interface: RepositoryListener
Notification when repository port is modified

Specified by:
repositoryPortModified in interface RepositoryListener
Parameters:
event - repository event

repositoryDescriptionModified

public void repositoryDescriptionModified(RepositoryDescriptionEvent event)
Description copied from interface: RepositoryListener
Notification when repository description is modified

Specified by:
repositoryDescriptionModified in interface RepositoryListener
Parameters:
event - repository event

repositoryRegionsModified

public void repositoryRegionsModified(RepositoryRegionsEvent event)
Description copied from interface: RepositoryListener
Notification when repository regions are modified

Specified by:
repositoryRegionsModified in interface RepositoryListener
Parameters:
event - repository event

repositoryRegionsInheritanceModified

public void repositoryRegionsInheritanceModified(RepositoryRegionsInheritanceEvent event)
Description copied from interface: RepositoryListener
Notification when repository region inheritances are modified

Specified by:
repositoryRegionsInheritanceModified in interface RepositoryListener
Parameters:
event - repository event

repositorySettingsModified

public void repositorySettingsModified(RepositorySettingsEvent event)
Description copied from interface: RepositoryListener
Notification when repository settings are modified

Specified by:
repositorySettingsModified in interface RepositoryListener
Parameters:
event - repository event

importProcessed

public void importProcessed(ImportEvent event)
Description copied from interface: RepositoryListener
Notification when the import of data to repository is processed

Specified by:
importProcessed in interface RepositoryListener
Parameters:
event - import event

syndicationProcessed

public void syndicationProcessed(SyndicationEvent event)
Description copied from interface: RepositoryListener
Notification when the syndication of data from repository is processed

Specified by:
syndicationProcessed in interface RepositoryListener
Parameters:
event - syndication event

syndicationError

public void syndicationError(SyndicationErrorEvent event)
Description copied from interface: RepositoryListener
Notification when the syndication error occurs

Specified by:
syndicationError in interface RepositoryListener
Parameters:
event - syndication error event

tableAdded

public void tableAdded(TableEvent event)
Description copied from interface: RepositoryListener
Notification when a new table is added to repository

Specified by:
tableAdded in interface RepositoryListener
Parameters:
event - table event

tableRemoved

public void tableRemoved(TableEvent event)
Description copied from interface: RepositoryListener
Notification when the table is removed from repository

Specified by:
tableRemoved in interface RepositoryListener
Parameters:
event - table event

tableModified

public void tableModified(TableEvent event)
Description copied from interface: RepositoryListener
Notification when the table is modified

Specified by:
tableModified in interface RepositoryListener
Parameters:
event - table event

tableDisplayFieldsChanged

public void tableDisplayFieldsChanged(TableEvent event)
Description copied from interface: RepositoryListener
Notification when the set of table display fields is changed

Specified by:
tableDisplayFieldsChanged in interface RepositoryListener
Parameters:
event - table event

tableKeySetMapable

public void tableKeySetMapable(TableEvent event)
Description copied from interface: RepositoryListener
Notification when the parameter 'KeySetMapable' is changed

Specified by:
tableKeySetMapable in interface RepositoryListener
Parameters:
event - table event

fieldAdded

public void fieldAdded(FieldEvent event)
Description copied from interface: RepositoryListener
Notification when a new field is added to table

Specified by:
fieldAdded in interface RepositoryListener
Parameters:
event - field event

fieldRemoved

public void fieldRemoved(FieldEvent event)
Description copied from interface: RepositoryListener
Notification when the field is removed from table

Specified by:
fieldRemoved in interface RepositoryListener
Parameters:
event - field event

fieldModified

public void fieldModified(FieldEvent event)
Description copied from interface: RepositoryListener
Notification when the field is modified

Specified by:
fieldModified in interface RepositoryListener
Parameters:
event - field event

fieldTypeModified

public void fieldTypeModified(FieldEvent event)
Description copied from interface: RepositoryListener
Notification when the field type is modified

Specified by:
fieldTypeModified in interface RepositoryListener
Parameters:
event - field event

fieldsPositioned

public void fieldsPositioned(FieldsEvent event)
Description copied from interface: RepositoryListener
Notification when the position of any field is changed

Specified by:
fieldsPositioned in interface RepositoryListener
Parameters:
event - fields event

relationshipAdded

public void relationshipAdded(RelationshipEvent event)
Description copied from interface: RepositoryListener
Notification when a new relationship is added to repository

Specified by:
relationshipAdded in interface RepositoryListener
Parameters:
event - relationship event

relationshipModified

public void relationshipModified(RelationshipEvent event)
Description copied from interface: RepositoryListener
Notification when the relationship is modified

Specified by:
relationshipModified in interface RepositoryListener
Parameters:
event - relationship event

relationshipRemoved

public void relationshipRemoved(RelationshipEvent event)
Description copied from interface: RepositoryListener
Notification when the relationship is removed from repository

Specified by:
relationshipRemoved in interface RepositoryListener
Parameters:
event - relationship event

remoteSystemAdded

public void remoteSystemAdded(RemoteSystemEvent event)
Description copied from interface: RepositoryListener
Notification when a new remote system is added to repository

Specified by:
remoteSystemAdded in interface RepositoryListener
Parameters:
event - remote system event

remoteSystemModified

public void remoteSystemModified(RemoteSystemEvent event)
Description copied from interface: RepositoryListener
Notification when the remote system is modified

Specified by:
remoteSystemModified in interface RepositoryListener
Parameters:
event - remote system event

remoteSystemRemoved

public void remoteSystemRemoved(RemoteSystemEvent event)
Description copied from interface: RepositoryListener
Notification when the remote system is removed from repository

Specified by:
remoteSystemRemoved in interface RepositoryListener
Parameters:
event - remote system event

userAdded

public void userAdded(UserEvent event)
Description copied from interface: RepositoryListener
Notification when a new user is added to repository

Specified by:
userAdded in interface RepositoryListener
Parameters:
event - user event

userModified

public void userModified(UserEvent event)
Description copied from interface: RepositoryListener
Notification when the user is modified

Specified by:
userModified in interface RepositoryListener
Parameters:
event - user event

userRemoved

public void userRemoved(UserEvent event)
Description copied from interface: RepositoryListener
Notification when the user is removed from repository

Specified by:
userRemoved in interface RepositoryListener
Parameters:
event - user event

roleAdded

public void roleAdded(RoleEvent event)
Description copied from interface: RepositoryListener
Notification when a new role is added to repository

Specified by:
roleAdded in interface RepositoryListener
Parameters:
event - role event

roleModified

public void roleModified(RoleEvent event)
Description copied from interface: RepositoryListener
Notification when the role is modified

Specified by:
roleModified in interface RepositoryListener
Parameters:
event - role event

roleRemoved

public void roleRemoved(RoleEvent event)
Description copied from interface: RepositoryListener
Notification when the role is removed from repository

Specified by:
roleRemoved in interface RepositoryListener
Parameters:
event - role event

tupleAdded

public void tupleAdded(TupleDefinitionEvent event)
Description copied from interface: RepositoryListener
Notification when the tuple definition added

Specified by:
tupleAdded in interface RepositoryListener
Parameters:
event - tuple added event

tupleDisplayFieldsChanged

public void tupleDisplayFieldsChanged(TupleDefinitionEvent event)
Description copied from interface: RepositoryListener
Notification when the tuple display fields are changed

Specified by:
tupleDisplayFieldsChanged in interface RepositoryListener
Parameters:
event - tuple display fields are changed

tupleModified

public void tupleModified(TupleDefinitionEvent event)
Description copied from interface: RepositoryListener
Notification when the tuple definition is modified

Specified by:
tupleModified in interface RepositoryListener
Parameters:
event - tuple modified event

tupleRemoved

public void tupleRemoved(TupleDefinitionEvent event)
Description copied from interface: RepositoryListener
Notification when the tuple definition is removed

Specified by:
tupleRemoved in interface RepositoryListener
Parameters:
event - tuple removed event

tupleFieldCreated

public void tupleFieldCreated(FieldEvent event)
Description copied from interface: RepositoryListener
Notification when the tuple field is created

Specified by:
tupleFieldCreated in interface RepositoryListener
Parameters:
event - tuple field created event

tupleFieldRemoved

public void tupleFieldRemoved(FieldEvent event)
Description copied from interface: RepositoryListener
Notification when the tuple field is removed

Specified by:
tupleFieldRemoved in interface RepositoryListener
Parameters:
event - tuple field removed event

tupleFieldModified

public void tupleFieldModified(FieldEvent event)
Description copied from interface: RepositoryListener
Notification when the tuple field is modified

Specified by:
tupleFieldModified in interface RepositoryListener
Parameters:
event - tuple field modified event

tupleFieldsPositioned

public void tupleFieldsPositioned(FieldsEvent event)
Description copied from interface: RepositoryListener
Notification when the tuple field is positioned

Specified by:
tupleFieldsPositioned in interface RepositoryListener
Parameters:
event - tuple field positioned event


Copyright 2004-2007 by SAP AG. All Rights Reserved.

SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.