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

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

public class EnvironmentBeganRunningEvent
extends java.util.EventObject

Event indicating that an environment has begun running.

Version:
0.1

User: aaron Date: Aug 24, 2006 Time: 4:18:13 PM

Author:
aaron@cs
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
EnvironmentBeganRunningEvent(java.lang.Object source)
          Creates a new EnvironmentBeganRunningEvent, with the Environment passed as the source.
 
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

EnvironmentBeganRunningEvent

public EnvironmentBeganRunningEvent(java.lang.Object source)
Creates a new EnvironmentBeganRunningEvent, with the Environment passed as the source.

Parameters:
source - the Environment that began running
Method Detail

toString

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