lio.core.event
Class FinishEvent

java.lang.Object
  extended by java.util.EventObject
      extended by lio.core.event.FinishEvent
All Implemented Interfaces:
java.io.Serializable

public class FinishEvent
extends java.util.EventObject

This class declares an event which is fired when a search algorithm has finished its execution.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FinishEvent(java.lang.Object source)
          Constructs an FinishEvent object.
 
Method Summary
 
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

FinishEvent

public FinishEvent(java.lang.Object source)
Constructs an FinishEvent object.

Parameters:
source - object that launch this event. Must be a subclass of LiOSearch