public interface P2DOrderListenerInterface
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
popToFront(P2DOrderEventInterface event)
This method is invoked when the component should be poped to front.
|
void |
pushToBack(P2DOrderEventInterface event)
This method is invoked when the component should be pushed to back.
|
void popToFront(P2DOrderEventInterface event)
event
- The order event.void pushToBack(P2DOrderEventInterface event)
event
- The order event.