org.eclipse.mylar.java.tests
Class ContextManagerTest.LandmarksModelListener

java.lang.Object
  extended by org.eclipse.mylar.java.tests.ContextManagerTest.LandmarksModelListener
All Implemented Interfaces:
org.eclipse.mylar.context.core.IMylarContextListener
Enclosing class:
ContextManagerTest

 class ContextManagerTest.LandmarksModelListener
extends java.lang.Object
implements org.eclipse.mylar.context.core.IMylarContextListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.mylar.context.core.IMylarContextListener
org.eclipse.mylar.context.core.IMylarContextListener.UpdateKind
 
Field Summary
 int numAdditions
           
 int numDeletions
           
 
Constructor Summary
ContextManagerTest.LandmarksModelListener()
           
 
Method Summary
 void contextActivated(org.eclipse.mylar.context.core.IMylarContext taskscapeActivated)
           
 void contextDeactivated(org.eclipse.mylar.context.core.IMylarContext taskscapeDeactivated)
           
 void edgesChanged(org.eclipse.mylar.context.core.IMylarElement node)
           
 void interestChanged(org.eclipse.mylar.context.core.IMylarElement info)
           
 void interestChanged(java.util.List<org.eclipse.mylar.context.core.IMylarElement> elements)
           
 void landmarkAdded(org.eclipse.mylar.context.core.IMylarElement element)
           
 void landmarkRemoved(org.eclipse.mylar.context.core.IMylarElement element)
           
 void modelUpdated()
           
 void nodeDeleted(org.eclipse.mylar.context.core.IMylarElement node)
           
 void presentationSettingsChanged(org.eclipse.mylar.context.core.IMylarContextListener.UpdateKind kind)
           
 void presentationSettingsChanging(org.eclipse.mylar.context.core.IMylarContextListener.UpdateKind kind)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numAdditions

public int numAdditions

numDeletions

public int numDeletions
Constructor Detail

ContextManagerTest.LandmarksModelListener

ContextManagerTest.LandmarksModelListener()
Method Detail

interestChanged

public void interestChanged(org.eclipse.mylar.context.core.IMylarElement info)

landmarkAdded

public void landmarkAdded(org.eclipse.mylar.context.core.IMylarElement element)
Specified by:
landmarkAdded in interface org.eclipse.mylar.context.core.IMylarContextListener

landmarkRemoved

public void landmarkRemoved(org.eclipse.mylar.context.core.IMylarElement element)
Specified by:
landmarkRemoved in interface org.eclipse.mylar.context.core.IMylarContextListener

modelUpdated

public void modelUpdated()

edgesChanged

public void edgesChanged(org.eclipse.mylar.context.core.IMylarElement node)
Specified by:
edgesChanged in interface org.eclipse.mylar.context.core.IMylarContextListener

presentationSettingsChanging

public void presentationSettingsChanging(org.eclipse.mylar.context.core.IMylarContextListener.UpdateKind kind)
Specified by:
presentationSettingsChanging in interface org.eclipse.mylar.context.core.IMylarContextListener

presentationSettingsChanged

public void presentationSettingsChanged(org.eclipse.mylar.context.core.IMylarContextListener.UpdateKind kind)
Specified by:
presentationSettingsChanged in interface org.eclipse.mylar.context.core.IMylarContextListener

nodeDeleted

public void nodeDeleted(org.eclipse.mylar.context.core.IMylarElement node)
Specified by:
nodeDeleted in interface org.eclipse.mylar.context.core.IMylarContextListener

contextActivated

public void contextActivated(org.eclipse.mylar.context.core.IMylarContext taskscapeActivated)
Specified by:
contextActivated in interface org.eclipse.mylar.context.core.IMylarContextListener

contextDeactivated

public void contextDeactivated(org.eclipse.mylar.context.core.IMylarContext taskscapeDeactivated)
Specified by:
contextDeactivated in interface org.eclipse.mylar.context.core.IMylarContextListener

interestChanged

public void interestChanged(java.util.List<org.eclipse.mylar.context.core.IMylarElement> elements)
Specified by:
interestChanged in interface org.eclipse.mylar.context.core.IMylarContextListener