de.unikoblenz.rcp
Class PartListenerAdaptor
java.lang.Object
de.unikoblenz.rcp.PartListenerAdaptor
- All Implemented Interfaces:
- org.eclipse.ui.IPartListener
public class PartListenerAdaptor
- extends java.lang.Object
- implements org.eclipse.ui.IPartListener
- Author:
- cbu
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartListenerAdaptor
public PartListenerAdaptor()
partActivated
public void partActivated(org.eclipse.ui.IWorkbenchPart part)
- Specified by:
partActivated
in interface org.eclipse.ui.IPartListener
partBroughtToTop
public void partBroughtToTop(org.eclipse.ui.IWorkbenchPart part)
- Specified by:
partBroughtToTop
in interface org.eclipse.ui.IPartListener
partClosed
public void partClosed(org.eclipse.ui.IWorkbenchPart part)
- Specified by:
partClosed
in interface org.eclipse.ui.IPartListener
partDeactivated
public void partDeactivated(org.eclipse.ui.IWorkbenchPart part)
- Specified by:
partDeactivated
in interface org.eclipse.ui.IPartListener
partOpened
public void partOpened(org.eclipse.ui.IWorkbenchPart part)
- Specified by:
partOpened
in interface org.eclipse.ui.IPartListener