Class CachedActionManager
java.lang.Object
games.stendhal.server.core.engine.CachedActionManager
Actions registered with this class will be run at end of server startup.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CachedActionManager
get()
Singleton access method.void
Registers a new action.
-
Method Details
-
get
Singleton access method.- Returns:
- The static instance.
-
register
Registers a new action.- Parameters:
action
- Action to be run at end of server startup.
-