Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | List of all members
itasca::ISlot2< Param1, Param2 > Class Template Referenceabstract

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 ISlotBasegetBase ()=0
 Returns the ISlotBase pointer to the base class from which this ISlot2 is derived.
 

Detailed Description

template<class Param1, class Param2>
class itasca::ISlot2< Param1, Param2 >

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().


The documentation for this class was generated from the following file: