edu.columbia.cs.coms4701.agent.events
Class EnvironmentStoppedRunningEvent

java.lang.Object
  extended by java.util.EventObject
      extended by edu.columbia.cs.coms4701.agent.events.EnvironmentStoppedRunningEvent
All Implemented Interfaces:
java.io.Serializable

public class EnvironmentStoppedRunningEvent
extends java.util.EventObject

Event indicating that an environment has just stopped running.

Version:
0.1

User: aaron Date: Aug 24, 2006 Time: 4:22:32 PM

Author:
aaron@cs
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
EnvironmentStoppedRunningEvent(java.lang.Object source)
          Constructs a new EnvironmentStoppedRunningEvent, indicating that the Environment sent as the source has finished running.
 
Method Summary
 java.lang.String toString()
           
 
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
 

Constructor Detail

EnvironmentStoppedRunningEvent

public EnvironmentStoppedRunningEvent(java.lang.Object source)
Constructs a new EnvironmentStoppedRunningEvent, indicating that the Environment sent as the source has finished running.

Parameters:
source -
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject