Package com.macrofocus.order
Class AbstractOrder<E>
java.lang.Object
com.macrofocus.order.AbstractOrder<E>
- Direct Known Subclasses:
DefaultVisibleOrder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOrderListener(OrderListener<E> listener) Add a listener to the list that's notified each time a change to the order occurs.voidaddWeakOrderListener(OrderListener<E> listener) Add a listener to the list that's notified each time a change to the order occurs.protected voidnotifyOrderAdded(OrderEvent<E> event) protected voidnotifyOrderChanged(OrderEvent<E> event) protected voidnotifyOrderRemoved(OrderEvent<E> event) protected voidnotifyOrderVisibility(OrderEvent<E> event) voidvoidremoveOrderListener(OrderListener<E> listener) Remove a listener to the list that's notified each time a change to the order occurs.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Constructor Details
-
AbstractOrder
public AbstractOrder()
-
-
Method Details
-
addOrderListener
Description copied from interface:OrderAdd a listener to the list that's notified each time a change to the order occurs.- Specified by:
addOrderListenerin interfaceOrder<E>- Parameters:
listener- the SelectionListener
-
addWeakOrderListener
Description copied from interface:OrderAdd a listener to the list that's notified each time a change to the order occurs. The listener will automatically be disposed of should no other object have a reference to it.- Specified by:
addWeakOrderListenerin interfaceOrder<E>- Parameters:
listener- the SelectionListener
-
removeOrderListener
Description copied from interface:OrderRemove a listener to the list that's notified each time a change to the order occurs.- Specified by:
removeOrderListenerin interfaceOrder<E>- Parameters:
listener- the SelectionListener
-
removeFilterListeners
public void removeFilterListeners() -
notifyOrderChanged
-
notifyOrderVisibility
-
notifyOrderAdded
-
notifyOrderRemoved
-