Libraries tagged by actioninterface
mouf/utils.action.action-interface
0 Favers
366209 Downloads
366209 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
mouf/utils.action.common-action
0 Favers
354107 Downloads
354107 Downloads
This package contains common classes that implement the ActionInterface interface (from the mouf/utils.action.action-interface package).
dhii/action-interface
0 Favers
44 Downloads
44 Downloads
Interfaces for runnable actions.