28#ifndef vtkEventForwarderCommand_h
29#define vtkEventForwarderCommand_h
32#include "vtkCommonCoreModule.h"
superclass for callback/observer methods
a simple event forwarder command
static vtkEventForwarderCommand * New()
virtual void SetTarget(vtkObject *obj)
Methods to set and get client and callback information, and the callback function.
vtkEventForwarderCommand()
~vtkEventForwarderCommand() override=default
void Execute(vtkObject *caller, unsigned long eid, void *callData) override
Satisfy the superclass API for callbacks.
virtual void * GetTarget()
abstract base class for most VTK objects