juife
v0.1a

net.sf.juife.event
Class TaskEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.sf.juife.event.TaskEvent
All Implemented Interfaces:
java.io.Serializable

public class TaskEvent
extends java.util.EventObject

A semantic event which indicates that a particular task has been done.

See Also:
Serialized Form

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

TaskEvent

public TaskEvent(java.lang.Object source)
Constructs a TaskEvent object.

Parameters:
source - The object that originated the event.

juife
v0.1a

Copyright © 2005 Grigor Iliev. All rights reserved. SourceForge.net Logo