edu.gatech.cs2335.lemmings.gui
Class JobSelectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byedu.gatech.cs2335.lemmings.gui.JobSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public final class JobSelectionEvent
extends java.util.EventObject

Class JobSelectionEvent: Fired whenever a new job has been selected.

 Revision History:
     v1.0 (Apr. 10, 2004) - Created the JobSelectionEvent class
 

Version:
Version 1.0, Apr. 10, 2004
Author:
Vladimir Urazov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JobSelectionEvent(java.lang.String id)
          Creates a new JobSelectionEvent instance.
 
Method Summary
 java.lang.String getJobId()
           
 void setJobId(java.lang.String r)
           
 
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
 

Constructor Detail

JobSelectionEvent

public JobSelectionEvent(java.lang.String id)
Creates a new JobSelectionEvent instance.

Parameters:
id - a String value
Method Detail

setJobId

public void setJobId(java.lang.String r)
Parameters:
r - r

getJobId

public java.lang.String getJobId()
Returns:
String