public interface Prioritized
Subscribers that do not implement this interface are called on a FIFO basis, as are subscribers that implement this interface and return 0. If the priority returned from this interface is negative, then this subscriber will be called before non-Prioritized subscribers, the more negative, the earlier it is called. If the priority returned from this interface is positive, then this subscriber will be called after non-Prioritized subscribers, the more positive, the later it is called.
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
Copyright © 2013 Bushe Enterprises, Inc.. All rights reserved.