Developer   API   User Interface   Controller

Controller

Action Controller, all action are kept in instances of controller. Each method of controller means one action.

Methods

  • invokeEvent(name, args..)
    Invoke an event.
  • this()
    Contruct of the object, call init method if exists.