|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListenerInterface | |
|---|---|
| imx.lib.listener | |
| imx.loggui | |
| imx.loggui.filter | |
| imx.loggui.formatter | |
| imx.loggui.handler | |
| imx.loggui.lib | |
| imx.loggui.logger | |
| Uses of ListenerInterface in imx.lib.listener |
|---|
| Methods in imx.lib.listener with parameters of type ListenerInterface | |
|---|---|
void |
ListenerBag.addListener(ListenerInterface listener)
|
void |
ActiveInterface.addListener(ListenerInterface listener,
java.lang.Object eventType)
As a convention, if the eventType is null, the listener must be registered to all eventTypes. |
void |
ActiveClassMap.addListener(ListenerInterface listener,
java.lang.Object eventType)
|
void |
ActiveArrayList.addListener(ListenerInterface listener,
java.lang.Object eventType)
Registers a listener, that is notified when the list was modified. |
void |
ListenerBag.removeListener(ListenerInterface listener)
|
void |
ActiveInterface.removeListener(ListenerInterface listener,
java.lang.Object eventType)
If eventType is null, the listener is removed from all event types. |
void |
ActiveClassMap.removeListener(ListenerInterface listener,
java.lang.Object eventType)
|
void |
ActiveArrayList.removeListener(ListenerInterface listener,
java.lang.Object eventType)
Removes a listener from the change notification list. |
| Uses of ListenerInterface in imx.loggui |
|---|
| Classes in imx.loggui that implement ListenerInterface | |
|---|---|
class |
InforMatrixPanel
The InforMatrix Copyright Panel. |
| Methods in imx.loggui with parameters of type ListenerInterface | |
|---|---|
void |
LogMaster.addLoggerListener(ListenerInterface listener)
This listener will inform you, when the list of loggers has changed. |
void |
LogMaster.removeLoggerListener(ListenerInterface listener)
|
| Uses of ListenerInterface in imx.loggui.filter |
|---|
| Classes in imx.loggui.filter that implement ListenerInterface | |
|---|---|
class |
TextFilterView
This is the view, that allows to edit a TextFilter. |
| Uses of ListenerInterface in imx.loggui.formatter |
|---|
| Classes in imx.loggui.formatter that implement ListenerInterface | |
|---|---|
class |
SimpleSelectView
This view allows to configure a SimpleSelect Formatter. |
| Uses of ListenerInterface in imx.loggui.handler |
|---|
| Classes in imx.loggui.handler that implement ListenerInterface | |
|---|---|
class |
ConfigurableFileView
This view allows to configure a ConfigurableFileHandler |
class |
HandlerView
Creates a view to configure a Handler. |
| Uses of ListenerInterface in imx.loggui.lib |
|---|
| Classes in imx.loggui.lib that implement ListenerInterface | |
|---|---|
class |
ICollectionSelector
This JList shows the elements of an ActiveCollection
in a selection list. |
class |
IComboBox
This combo box attaches to the property of an object. |
| Uses of ListenerInterface in imx.loggui.logger |
|---|
| Classes in imx.loggui.logger that implement ListenerInterface | |
|---|---|
class |
LoggerSelector
LoggerSelector shows all Logger known by LogManager
in a tree. |
class |
LoggerView
Shows the configuration of a Logger and allows
to modify it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||