de.phleisch.app.itsucks.job
Class JobListNotification

java.lang.Object
  extended by de.phleisch.app.itsucks.job.JobListNotification

public class JobListNotification
extends java.lang.Object

Event generated by the JobList when an job is added or removed.

Author:
olli

Field Summary
 Job affectedJob
           
 int message
           
 
Constructor Summary
JobListNotification(int pMessage, Job pAffectedJob)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

public int message

affectedJob

public Job affectedJob
Constructor Detail

JobListNotification

public JobListNotification(int pMessage,
                           Job pAffectedJob)


Copyright © 2010. All Rights Reserved.