Interface for a MITK Workbench part which wants to be notified about lifecycle changes.
More...
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 desctructor of the Workbench part class.
- See also
- berry::IPartListener
-
mitk::IZombieViewPart
Definition at line 41 of file mitkILifecycleAwarePart.h.