public interface EMFFormsContextListener
Modifier and Type | Method and Description |
---|---|
void |
childContextAdded(VElement parentElement,
EMFFormsViewContext childContext)
Called when a child context is added.
|
void |
childContextDisposed(EMFFormsViewContext childContext)
Called when a child context is disposed.
|
void |
contextDispose()
Called by the context when the dispose is running.
|
void |
contextInitialised()
Called by the context when the initialization has finished.
|
void childContextAdded(VElement parentElement, EMFFormsViewContext childContext)
parentElement
- The VElement
that is associated with the child contextchildContext
- The EMFFormsViewContext
that was addedvoid childContextDisposed(EMFFormsViewContext childContext)
childContext
- The EMFFormsViewContext
that was disposedvoid contextInitialised()
void contextDispose()
Copyright © 2019. All rights reserved.