org.eclipse.emf.ecp.internal.core.util.observer
Interface ECPPrioritizedIObserver

All Superinterfaces:
ECPObserver

public interface ECPPrioritizedIObserver
extends ECPObserver

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

Author:
wesendon

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.