T - the type of object that is createdpublic abstract static class Manager.Creator<T>
extends java.lang.Object
Manager.getActive() is called, if the managed
object does not yet exist, it is created using a Creator.| Constructor and Description |
|---|
Creator() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
create()
Creates the currently "active" managed object.
|
public abstract T create()