Class LifeCycle<T extends ILifeCycle<?>>
java.lang.Object
com.marcusslover.plus.lib.lifecycle.LifeCycle<T>
- Type Parameters:
T- the type of the life cycle
Represents a wrapper for a life cycle object.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LifeCycle
Creates a new life cycle.- Parameters:
instance- the instance
-
-
Method Details
-
unregister
public void unregister()Unregisters the life cycle.
-