- All Implemented Interfaces:
IRegistry<ActionRun>
The main registry for all close action runs
-
Constructor Summary
Constructors
-
Method Summary
Adds an action run to the on close actions
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CloseRunRegistry
public CloseRunRegistry()
-
Method Details
-
getAll
Gets all action runs
- Returns:
- the close action runs
-
add
Adds an action run to the on close actions
- Specified by:
add in interface IRegistry<ActionRun>
- Parameters:
item - action run to add to the reg
- Returns:
- the added action run