public interface PrintObjectListListener
extends java.util.EventListener
PrintObjectList
Modifier and Type | Method and Description |
---|---|
void |
listClosed(PrintObjectListEvent e)
Invoked when the list was closed.
|
void |
listCompleted(PrintObjectListEvent e)
Invoked when the list has completed.
|
void |
listErrorOccurred(PrintObjectListEvent e)
Invoked when an error occurred while retrieving the list.
|
void |
listObjectAdded(PrintObjectListEvent e)
Invoked when an object was added to the list.
|
void |
listOpened(PrintObjectListEvent e)
Invoked when the list was opened.
|
void listClosed(PrintObjectListEvent e)
e
- void listCompleted(PrintObjectListEvent e)
e
- void listErrorOccurred(PrintObjectListEvent e)
e
- void listOpened(PrintObjectListEvent e)
e
- void listObjectAdded(PrintObjectListEvent e)
e
-