public interface ExtensionListener
extends java.util.EventListener
CommonObjects
element in the extension.xml file. New extensions should implement ExtensionDelegate instead of this
interface.ExtensionDelegate| Modifier and Type | Method and Description |
|---|---|
void |
extensionObjectConstructed(ExtensionObject extensionObject,
SystemSession systemSession)
Called each time a new object associated with the extension
(such as node, model output, document output or interactive output)
is constructed.
|
void extensionObjectConstructed(ExtensionObject extensionObject, SystemSession systemSession)
extensionObject - the newly constructed extension objectsystemSession - the system sessionCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.