de.deepamehta.core.service.event
Interface IntroduceAssociationTypeListener

Show UML class diagram
All Superinterfaces:
Listener
All Known Implementing Classes:
AccessControlPlugin, WebclientPlugin, WorkspacesPlugin

public interface IntroduceAssociationTypeListener
extends Listener

### FIXDOC Allows a plugin to modify type definitions -- exisisting ones and future ones. Plugins get a opportunity to visit (and modify) each type definition extacly once.

This hook is triggered in 2 situations:

This hook is typically used by plugins which provide cross-cutting concerns by affecting all type definitions of a DeepaMehta installation. Typically such a plugin adds new data fields to types or relates types with specific topics.

Examples of plugins which use this hook:


Method Summary
 void introduceAssociationType(AssociationType assocType, ClientState clientState)
           
 

Method Detail

introduceAssociationType

void introduceAssociationType(AssociationType assocType,
                              ClientState clientState)


Copyright © 2013. All Rights Reserved.