Class Component.M

    • Constructor Detail

      • M

        public M()
    • Method Detail

      • getActor

        public Mode getActor()
        Get the actor (in this case a Mode) that is executed when this component is called
        Overrides:
        getActor in class Component
        Returns:
        the code forming the implementation of this component
      • setActor

        public void setActor​(Mode m)