public interface RegistryIntializer<T extends EObject>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
disposeRegistry()
Called when the registry is closing an removes the returning objects from the registry
|
java.util.List<T> |
initializeRegistry()
Called when the registry is initialized and adds the returned objects to the registry
|
java.util.List<T> initializeRegistry()
List of objects to registerjava.util.List<T> disposeRegistry()
List of object to remove from the registryData In Motion Consulting GmbH