public interface CreateItsNatComponentListener
ItsNatComponentManager.createItsNatComponent(Node,String,NameValue[]),
ItsNatDocumentTemplate.addCreateItsNatComponentListener(CreateItsNatComponentListener)| Modifier and Type | Method and Description |
|---|---|
ItsNatComponent |
after(ItsNatComponent comp)
Is called after a component was created (user or framework defined).
|
ItsNatComponent |
before(Node node,
String compType,
NameValue[] artifacts,
ItsNatComponentManager compMgr)
Is called before calling the default component
factory of the framework.
|
ItsNatComponent before(Node node, String compType, NameValue[] artifacts, ItsNatComponentManager compMgr)
Method parameters are the same as the factory method
ItsNatComponentManager.createItsNatComponent(Node,String,NameValue[])
node - the node to associate the new component.compType - the component type, may be null.artifacts - declared artifacts, may be null.compMgr - the component manager used to create the component.ItsNatComponent after(ItsNatComponent comp)
comp - the component to initialize/replace/reject, never is null.Copyright © Innowhere Software, Jose Maria Arranz Santamaria.