org.eclipse.mylar.monitor
Class ShellLifecycleListener

java.lang.Object
  extended by 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)
           
 
Method Summary
 void shellActivated(org.eclipse.swt.events.ShellEvent arg0)
           
 void shellClosed(org.eclipse.swt.events.ShellEvent shellEvent)
           
 void shellDeactivated(org.eclipse.swt.events.ShellEvent arg0)
           
 void shellDeiconified(org.eclipse.swt.events.ShellEvent arg0)
           
 void shellIconified(org.eclipse.swt.events.ShellEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

private final org.eclipse.mylar.internal.context.core.MylarContextManager manager
Constructor Detail

ShellLifecycleListener

public ShellLifecycleListener(org.eclipse.mylar.internal.context.core.MylarContextManager manager)
Method Detail

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