All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.as400.access.PrintObjectListListener
- public interface PrintObjectListListener
- extends EventListener
The PrintObjectListListener class provides a listener interface for receiving PrintObjectList events.
- See Also:
- PrintObjectList
-
listClosed(PrintObjectListEvent)
- Invoked when the list was closed.
-
listCompleted(PrintObjectListEvent)
- Invoked when the list has completed.
-
listErrorOccurred(PrintObjectListEvent)
- Invoked when an error occurred while retrieving the list.
-
listObjectAdded(PrintObjectListEvent)
- Invoked when an object was added to the list.
-
listOpened(PrintObjectListEvent)
- Invoked when the list was opened.
listClosed
public abstract void listClosed(PrintObjectListEvent e)
- Invoked when the list was closed.
listCompleted
public abstract void listCompleted(PrintObjectListEvent e)
- Invoked when the list has completed.
listErrorOccurred
public abstract void listErrorOccurred(PrintObjectListEvent e)
- Invoked when an error occurred while retrieving the list.
listOpened
public abstract void listOpened(PrintObjectListEvent e)
- Invoked when the list was opened.
listObjectAdded
public abstract void listObjectAdded(PrintObjectListEvent e)
- Invoked when an object was added to the list.
All Packages Class Hierarchy This Package Previous Next Index