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

Method Index

 o listClosed(PrintObjectListEvent)
Invoked when the list was closed.
 o listCompleted(PrintObjectListEvent)
Invoked when the list has completed.
 o listErrorOccurred(PrintObjectListEvent)
Invoked when an error occurred while retrieving the list.
 o listObjectAdded(PrintObjectListEvent)
Invoked when an object was added to the list.
 o listOpened(PrintObjectListEvent)
Invoked when the list was opened.

Methods

 o listClosed
 public abstract void listClosed(PrintObjectListEvent e)
Invoked when the list was closed.

 o listCompleted
 public abstract void listCompleted(PrintObjectListEvent e)
Invoked when the list has completed.

 o listErrorOccurred
 public abstract void listErrorOccurred(PrintObjectListEvent e)
Invoked when an error occurred while retrieving the list.

 o listOpened
 public abstract void listOpened(PrintObjectListEvent e)
Invoked when the list was opened.

 o 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