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 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