Itasca C++ Interface
|
ISlot2 interface - a two-argument class. More...
#include <isignalbase.h>
Public Member Functions | |
virtual void | execute (Param1, Param2)=0 |
Execute the attached method with 0, 1 or 2 arguments. | |
virtual ISlotBase * | getBase ()=0 |
Returns the ISlotBase pointer to the base class from which this ISlot2 is derived. | |
ISlot2 interface - a two-argument class.
The ISlot2 class is a two-argument slot class interface. An ISlot2 object can be implemented to call methods with 0 or 1 arguments by ignoring arguments in execute().