Class EndPrintJob
java.lang.Object
|
+--Event
|
+--EndPrintJob
- All Implemented Interfaces:
- Comparable
- public class EndPrintJob
- extends Event
An Event that indicates when a printer will stop printing a certain
job.
- Version:
- Mar 3, 2005
- Author:
- Zach Tomaszewski
|
Method Summary |
StartPrintJob |
getStart()
Returns the start event that correspends to this end event
(as given to the constructor). |
EndPrintJob
public EndPrintJob(int time,
StartPrintJob start)
- Creates a new EndPrintJob
- Parameters:
time - The time this event (ending the job) should occurstart - The corresponding starting event for this end event.
getStart
public StartPrintJob getStart()
- Returns the start event that correspends to this end event
(as given to the constructor).