org.eclipse.mylar.internal.tasks.ui
Class RepositoryAwareStatusHandler

java.lang.Object
  extended by org.eclipse.mylar.internal.tasks.ui.RepositoryAwareStatusHandler
All Implemented Interfaces:
org.eclipse.mylar.context.core.IStatusHandler

public class RepositoryAwareStatusHandler
extends java.lang.Object
implements org.eclipse.mylar.context.core.IStatusHandler

Author:
Mik Kersten

Field Summary
protected static java.lang.String ERROR_MESSAGE
           
 
Constructor Summary
RepositoryAwareStatusHandler()
           
 
Method Summary
 void notify(org.eclipse.core.runtime.Status status, boolean informUser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_MESSAGE

protected static final java.lang.String ERROR_MESSAGE
See Also:
Constant Field Values
Constructor Detail

RepositoryAwareStatusHandler

public RepositoryAwareStatusHandler()
Method Detail

notify

public void notify(org.eclipse.core.runtime.Status status,
                   boolean informUser)
Specified by:
notify in interface org.eclipse.mylar.context.core.IStatusHandler