public interface Initializer
Modifier and Type | Method and Description |
---|---|
void |
initialize(Object type)
Perform initialization for a specific type
|
void initialize(Object type)
The idea is to join in initializing all stuff related to the provided
type. So the type can for example by the string
emf
and then all initializers which want to join that
initialization phase simply perform their initialization when the method
is called with the string
emf
.
type
- the type to initializeCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.