|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides a listener for changes in a report source.
Method Summary | |
void |
clientTargetChange(java.util.EventObject e)
Listener for changes to the target client. |
void |
reportSourceChange(java.util.EventObject e)
Listener for report source changes. |
void |
separatePagesChange(java.util.EventObject e)
Listener for changes to how the pages of the report are displayed. |
Method Detail |
public void clientTargetChange(java.util.EventObject e)
Listener for changes to the target client. This event occurs when the client target (where the content will be displayed) has changed.
e
- The event object.public void reportSourceChange(java.util.EventObject e)
Listener for report source changes. This event occurs when the report source changes.
e
- The event object.public void separatePagesChange(java.util.EventObject e)
Listener for changes to how the pages of the report are displayed. This event occurs when the setting to display the report as separate pages or as one long page has been changed.
e
- The event object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |