|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ListenerManager
A ListenerManager manages a list of listeners that are used to monitor events on the server. The SchedulerListener is used to monitor scheduling events on the server. Implement this interface or extend the DefaultListenerManager for monitoring events on the server. For example, implement the SchedulerListener to change the scheduled report object at the time right before the export happens.
After implementing the ListenerManager and the relevant listeners, set the name of the class that implements ListenerManager in the startup argument [-ListenerManagerClass:classname] of the EspressManager. Then add the implemented ListenerManager and related classes to the classpath.
| Method Summary | |
|---|---|
SchedulerListener |
getSchedulerListener()
Retrieves the SchedulerListener from the manager. |
| Method Detail |
|---|
SchedulerListener getSchedulerListener()
|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||