Interface for a MITK Workbench part which wants to be notified about lifecycle changes.
More...
#include <mitkILifecycleAwarePart.h>
Interface for a MITK Workbench part which wants to be notified about lifecycle changes.
This interface is intended to be implemented by subclasses of berry::IWorkbenchPart. MITK Workbench parts implementing this interface will be notified about their lifecycle changes. The same effect could be achieved by registering a custom berry::IPartListener.
- Note
- There are no "Closed()" or "Opened()" methods. These correspond to the constructor and destructor of the Workbench part class.
- See also
- berry::IPartListener
-
mitk::IZombieViewPart
Definition at line 37 of file mitkILifecycleAwarePart.h.
◆ ~ILifecycleAwarePart()
virtual mitk::ILifecycleAwarePart::~ILifecycleAwarePart |
( |
| ) |
|
|
virtual |
◆ Activated()
virtual void mitk::ILifecycleAwarePart::Activated |
( |
| ) |
|
|
pure virtual |
◆ Deactivated()
virtual void mitk::ILifecycleAwarePart::Deactivated |
( |
| ) |
|
|
pure virtual |
◆ Hidden()
virtual void mitk::ILifecycleAwarePart::Hidden |
( |
| ) |
|
|
pure virtual |
◆ Visible()
virtual void mitk::ILifecycleAwarePart::Visible |
( |
| ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: