FACT++  1.0
virtual int DimState::Handler ( const EventImp evt)
inlineprotectedvirtual

Reimplemented in DimControl, and DimVersion.

Definition at line 44 of file DimState.h.

References Callback(), and HandlerImp().

Referenced by Subscribe().

45  {
46  HandlerImp(evt);
47  return Callback(evt);
48  }
void HandlerImp(const EventImp &evt)
Definition: DimState.h:29
int Callback(const EventImp &evt)
Definition: DimState.h:39

+ Here is the call graph for this function:

+ Here is the caller graph for this function: