client
Class ResultEvent

java.lang.Object
  extended by java.util.EventObject
      extended by client.ResultEvent
All Implemented Interfaces:
java.io.Serializable

public class ResultEvent
extends java.util.EventObject

Class to indicate that a result has been returned to the system.

Author:
Diana Abbas, Ryan Neal
See Also:
Serialized Form

Constructor Summary
ResultEvent(java.lang.Object source, Result result)
           
 
Method Summary
 Result getResult()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultEvent

public ResultEvent(java.lang.Object source,
                   Result result)
Method Detail

getResult

public Result getResult()