|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationListener | |
|---|---|
| ilog.views.appframe | Provides common classes that are used within all Java Application Framework modules. |
| ilog.views.appframe.event | Provides interfaces and classes for dealing with different types of events fired by main Application Framework classes. |
| Uses of ApplicationListener in ilog.views.appframe |
|---|
| Methods in ilog.views.appframe with parameters of type ApplicationListener | |
|---|---|
void |
IlvApplication.addApplicationListener(ApplicationListener listener)
Adds an application listener for receiving application events. |
void |
IlvApplication.addApplicationListener(String templateName,
ApplicationListener listener)
Adds an application listener to receive application events for a specific document template. |
void |
IlvApplication.removeApplicationListener(ApplicationListener listener)
Removes the specified application listener, so that it no longer receives application events. |
void |
IlvApplication.removeApplicationListener(String templateName,
ApplicationListener listener)
Removes the specified listener, so that it no longer receives application events. |
| Uses of ApplicationListener in ilog.views.appframe.event |
|---|
| Classes in ilog.views.appframe.event that implement ApplicationListener | |
|---|---|
class |
IlvApplicationAdapter
Abstract adapter class for receiving application events. |
class |
IlvApplicationListenerList
A class that holds a list of application listeners. |
| Methods in ilog.views.appframe.event that return ApplicationListener | |
|---|---|
ApplicationListener[] |
IlvApplicationListenerList.getApplicationListeners()
Returns a new constructed array of all the application listeners owned by this object. |
| Methods in ilog.views.appframe.event with parameters of type ApplicationListener | |
|---|---|
void |
IlvApplicationListenerList.addApplicationListener(ApplicationListener listener)
Adds an application listener for receiving application events. |
void |
IlvApplicationListenerList.addApplicationListener(String templateName,
ApplicationListener listener)
Adds an application listener for a specific document template. |
boolean |
IlvApplicationListenerList.removeApplicationListener(ApplicationListener listener)
Removes the specified listener, so that it no longer receives application events. |
boolean |
IlvApplicationListenerList.removeApplicationListener(String templateName,
ApplicationListener listener)
Removes the specified listener, so that it no longer receives application events. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||