Uses of Interface
util.PriorityListener

Packages that use PriorityListener
jview   
stella.jview   
util   
 

Uses of PriorityListener in jview
 

Classes in jview that implement PriorityListener
 class JApplicationSwitcher
          An application switcher provides a set of applications, i.e.
 class JRemoteSwitcher
          Class that allows remote changes of the displayed component.
 

Uses of PriorityListener in stella.jview
 

Fields in stella.jview with type parameters of type PriorityListener
private  List<PriorityListener> JNight.ear
          My importance may change.
private  List<PriorityListener> JRoofView.Link.ear
          My importance may change.
 

Methods in stella.jview with parameters of type PriorityListener
 void JNight.addPriorityListener(PriorityListener to)
          Adds a priority listener.
 void JRoofView.Link.addPriorityListener(PriorityListener to)
          Adds a priority listener.
 void JNight.removePriorityListener(PriorityListener to)
          Removes a priority listener.
 void JRoofView.Link.removePriorityListener(PriorityListener to)
          Removes a priority listener.
 

Uses of PriorityListener in util
 

Methods in util with parameters of type PriorityListener
 void PriorityCaster.addPriorityListener(PriorityListener ear)
          Registers a priority listener to this caster.
 void PriorityCaster.removePriorityListener(PriorityListener ear)
          Deregisters a priority listener from this caster.