|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.as400.access.PrintObjectListEvent
The PrintObjectListEvent class represents a PrintObjectList event.
PrintObjectListListener, Serialized Form| Field Summary | |
static int |
CLOSED
The print object list closed event ID. |
static int |
COMPLETED
The print object list completed event ID. |
static int |
ERROR_OCCURRED
The print object list exception occurred event ID. |
static int |
OBJECT_ADDED
The print object list object added event ID. |
static int |
OPENED
The print object list opened event ID. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
PrintObjectListEvent(java.lang.Object source,
java.lang.Exception e)
Constructs an PrintObjectListEvent object. |
|
PrintObjectListEvent(java.lang.Object source,
int id)
Constructs an PrintObjectListEvent object. |
|
PrintObjectListEvent(java.lang.Object source,
PrintObject printObject)
Constructs an PrintObjectListEvent object. |
|
| Method Summary | |
java.lang.Exception |
getException()
Returns the exception that occurred while retrieving the list. |
int |
getID()
Returns the print object list event identifier. |
PrintObject |
getObject()
Returns the print object added to the list. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int CLOSED
public static final int COMPLETED
public static final int ERROR_OCCURRED
public static final int OPENED
public static final int OBJECT_ADDED
| Constructor Detail |
public PrintObjectListEvent(java.lang.Object source,
int id)
source - The object sourcing the event.id - The event identifier.
public PrintObjectListEvent(java.lang.Object source,
java.lang.Exception e)
source - The object sourcing the event.e - The exception that occurred while retrieving the list.
public PrintObjectListEvent(java.lang.Object source,
PrintObject printObject)
source - The object sourcing the event.printObject - The print object that was added to the list.| Method Detail |
public java.lang.Exception getException()
public int getID()
public PrintObject getObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||