Implements the action framework.
|
Action
Implements the action framework.
|
|
IContainer
Interface implemented by all components where actions can be
registered.
|
|
IListener
An Action that implements this interface can be added to an
Notifier (or NotifierProxy) via the
addAction() -method, which in many cases is easier than
implementing the IHandler interface.
|
|
INotifier
Containers implementing this support an easier way of adding single
Actions than the more involved IHandler.
|
|
IShortcutNotifier
|
|
IHandler
Interface implemented by classes who wish to handle actions.
|