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