edu.gatech.cs2335.lemmings.gui
Class JobSelectionEvent
java.lang.Object
java.util.EventObject
edu.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
| Fields inherited from class java.util.EventObject |
source |
|
Constructor Summary |
JobSelectionEvent(java.lang.String id)
Creates a new JobSelectionEvent instance. |
| 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 |
JobSelectionEvent
public JobSelectionEvent(java.lang.String id)
- Creates a new
JobSelectionEvent instance.
- Parameters:
id - a String value
setJobId
public void setJobId(java.lang.String r)
- Parameters:
r - r
getJobId
public java.lang.String getJobId()
- Returns:
- String