Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.listener
Class EventListenerOrderComparator

java.lang.Object
  extended by org.nuxeo.ecm.core.listener.EventListenerOrderComparator
All Implemented Interfaces:
Serializable, Comparator<EventListener>

public class EventListenerOrderComparator
extends Object
implements Comparator<EventListener>, Serializable

Comparator for event listeners using their order setting.

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
EventListenerOrderComparator()
           
 
Method Summary
 int compare(EventListener el1, EventListener el2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

EventListenerOrderComparator

public EventListenerOrderComparator()
Method Detail

compare

public int compare(EventListener el1,
                   EventListener el2)
Specified by:
compare in interface Comparator<EventListener>

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.