com.ibm.dse.services.fpprint
Class JobCompletedEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.dse.base.DSEEventObject
|
+--com.ibm.dse.services.fpprint.JobCompletedEvent
- public class JobCompletedEvent
- extends DSEEventObject
The JobCompletedEvent class is a special DSEEventObject generated by the PrinterService to indicate that a
job has already been completed. All the available information about the job is passed with the event parameters.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
JobCompletedEvent(java.lang.Object anObject)
This constructor creates a JobCompletedEvent object. |
JobCompletedEvent(java.lang.String aName,
Notifier aSource)
This constructor creates a JobCompletedEvent object with a name, and a notifier. |
JobCompletedEvent(java.lang.String aName,
Notifier aSource,
Hashtable aParametersTable)
This constructor creates a JobCompletedEvent object with a name, a notifier, and a parameter table. |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
JobCompletedEvent
public JobCompletedEvent(java.lang.Object anObject)
- This constructor creates a JobCompletedEvent object.
- Parameters:
anObject
- java.lang.Object, the value for the source attribute of EventObject
JobCompletedEvent
public JobCompletedEvent(java.lang.String aName,
Notifier aSource)
throws DSEInvalidArgumentException
- This constructor creates a JobCompletedEvent object with a name, and a notifier.
- Parameters:
aName
- java.lang.String, the nameaSource
- com.ibm.dse.base.Notifier, the notifier- Throws:
- DSEInvalidArgumentException -
JobCompletedEvent
public JobCompletedEvent(java.lang.String aName,
Notifier aSource,
Hashtable aParametersTable)
throws DSEInvalidArgumentException
- This constructor creates a JobCompletedEvent object with a name, a notifier, and a parameter table.
- Parameters:
aName
- java.lang.String, the nameaSource
- com.ibm.dse.base.Notifier, the notifieraParametersTable
- com.ibm.dse.base.Hashtable, the table- Throws:
- DSEInvalidArgumentException -