public interface ViewListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
printBegin(DataviewEvent e)
Called just before print/preview begins
|
void |
printEnd(DataviewEvent e)
Called right after print/preview ends
|
void printBegin(DataviewEvent e)
e - the event doesn't have any informationvoid printEnd(DataviewEvent e)
e - the event doesn't have any information