|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PrintObjectListListener extends EventListener
The PrintObjectListListener class provides a listener interface for receiving PrintObjectList events.
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. |
| Method Detail |
|---|
void listClosed(PrintObjectListEvent e)
void listCompleted(PrintObjectListEvent e)
void listErrorOccurred(PrintObjectListEvent e)
void listOpened(PrintObjectListEvent e)
void listObjectAdded(PrintObjectListEvent e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||