org.eclipse.emf.emfstore.internal.common.observer
Interface ESPrioritizedObserver

All Superinterfaces:
ESObserver
All Known Subinterfaces:
MergeLabelProvider
All Known Implementing Classes:
DefaultMergeLabelProvider

public interface ESPrioritizedObserver
extends ESObserver

An observer with a priority. The higher the number the more important is the observer.

Author:
ovonwesen

Method Summary
 int getPriority()
          Returns the priority of this observer.
 

Method Detail

getPriority

int getPriority()
Returns the priority of this observer. The higher the number returned by this method, the more likely it is that this observer is notified before others.

Returns:
the priority of this observer


Copyright © 2015. All Rights Reserved.