Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <berryIWindowListener.h>
Classes | |
struct | Events |
Public Member Functions | |
virtual | ~IWindowListener () |
virtual void | WindowActivated (const IWorkbenchWindow::Pointer &) |
virtual void | WindowDeactivated (const IWorkbenchWindow::Pointer &) |
virtual void | WindowClosed (const IWorkbenchWindow::Pointer &) |
virtual void | WindowOpened (const IWorkbenchWindow::Pointer &) |
Interface for listening to window lifecycle events.
This interface may be implemented by clients.
Definition at line 32 of file berryIWindowListener.h.
|
virtual |
|
inlinevirtual |
Notifies this listener that the given window has been activated.
Note: This event is not fired if no perspective is open (the window is empty).
Definition at line 60 of file berryIWindowListener.h.
|
inlinevirtual |
Notifies this listener that the given window has been closed.
Definition at line 76 of file berryIWindowListener.h.
|
inlinevirtual |
Notifies this listener that the given window has been deactivated.
Note: This event is not fired if no perspective is open (the window is empty).
Definition at line 69 of file berryIWindowListener.h.
|
inlinevirtual |
Notifies this listener that the given window has been opened.
Definition at line 83 of file berryIWindowListener.h.