org.eclipse.mylar.monitor
Class ShellLifecycleListener
java.lang.Object
org.eclipse.mylar.monitor.ShellLifecycleListener
- All Implemented Interfaces:
- java.util.EventListener, org.eclipse.swt.events.ShellListener, org.eclipse.swt.internal.SWTEventListener
class ShellLifecycleListener
- extends java.lang.Object
- implements org.eclipse.swt.events.ShellListener
- Author:
- Mik Kersten
Field Summary |
private org.eclipse.mylar.internal.context.core.MylarContextManager |
manager
|
Constructor Summary |
ShellLifecycleListener(org.eclipse.mylar.internal.context.core.MylarContextManager manager)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
manager
private final org.eclipse.mylar.internal.context.core.MylarContextManager manager
ShellLifecycleListener
public ShellLifecycleListener(org.eclipse.mylar.internal.context.core.MylarContextManager manager)
shellClosed
public void shellClosed(org.eclipse.swt.events.ShellEvent shellEvent)
- Specified by:
shellClosed
in interface org.eclipse.swt.events.ShellListener
shellDeactivated
public void shellDeactivated(org.eclipse.swt.events.ShellEvent arg0)
- Specified by:
shellDeactivated
in interface org.eclipse.swt.events.ShellListener
shellActivated
public void shellActivated(org.eclipse.swt.events.ShellEvent arg0)
- Specified by:
shellActivated
in interface org.eclipse.swt.events.ShellListener
shellDeiconified
public void shellDeiconified(org.eclipse.swt.events.ShellEvent arg0)
- Specified by:
shellDeiconified
in interface org.eclipse.swt.events.ShellListener
shellIconified
public void shellIconified(org.eclipse.swt.events.ShellEvent arg0)
- Specified by:
shellIconified
in interface org.eclipse.swt.events.ShellListener