|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PriorityListener
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 |
|---|
void priorityChanged(String named,
int priority)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||