util
Interface PriorityListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JApplicationSwitcher, JRemoteSwitcher

public interface PriorityListener
extends EventListener

Priority listeners react to internal changes in importance of certain objects, called PriorityCasters. An example might be of a display that has a low priority if nothing is going on, but might change on some event (opening of roof). It than may notifier a card layout, that switches its display to show this now important display.

A priority caster might support different named properties that can change their priority, thus the name of the property that changed its priority is supplied.


Method Summary
 void priorityChanged(String named, int priority)
          Issuses a priority changed event.
 

Method Detail

priorityChanged

void priorityChanged(String named,
                     int priority)
Issuses a priority changed event.