initializer abstract method
void
initializer(
- T instance
Must configure the given instance (which will have been created by
constructor
).
This normally means setting the callbacks.
Implementation
void initializer(T instance);