Class BasicActions


  • public final class BasicActions
    extends Object
    Simple Actions Classes used for Server Action Invocation
    Author:
    Jeremy Unruh
    • Constructor Detail

      • BasicActions

        public BasicActions()
    • Method Detail

      • actionInstanceFor

        public static ServerAction actionInstanceFor​(Action action)
        Returns a ServerAction Entity instance for the specified Action. If the action is not a "basic" type or does not exist then null is returned
        Parameters:
        action - the type of action to return an instance for
        Returns:
        the ServerAction instance or null