Class ControllerEvent


  • public class ControllerEvent
    extends java.lang.Object
    An event that is fired when the state of a controller changes
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Controller getController()
      Returns the controller for this event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ControllerEvent

        public ControllerEvent​(Controller c)
        Creates a controller event object.
    • Method Detail

      • getController

        public Controller getController()
        Returns the controller for this event.