Interface Action.Notifier

  • All Superinterfaces:
    Action.Container, Serializable
    Enclosing class:
    Action

    public static interface Action.Notifier
    extends Action.Container
    Action.Containers implementing this support an easier way of adding single Actions than the more involved Action.Handler. The added actions must be Action.Listeners, thus handling the action themselves.