Uses of Interface
jam.panels.StatusListener
-
Packages that use StatusListener Package Description jam.panels -
-
Uses of StatusListener in jam.panels
Classes in jam.panels that implement StatusListener Modifier and Type Class Description classStatusBarclassStatusPanelMethods in jam.panels with parameters of type StatusListener Modifier and Type Method Description voidStatusProvider. addStatusListener(StatusListener statusListener)Status providers must be able to store a list of StatusListeners.voidStatusProvider.Helper. addStatusListener(StatusListener statusListener)voidStatusProvider.Helper. removeStatusListener(StatusListener statusListener)voidStatusProvider. removeStatusListener(StatusListener statusListener)Remove the given StatusListener from the provider's list.
-