Libraries tagged by actioninterface
mouf/utils.action.action-interface
0 Favers
363204 Downloads
363204 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
351762 Downloads
351762 Downloads
This package contains common classes that implement the ActionInterface interface (from the mouf/utils.action.action-interface package).
dhii/action-interface
0 Favers
43 Downloads
43 Downloads
Interfaces for runnable actions.