gui.myClasses
Class EventDoneTest

java.lang.Object
  extended by java.util.EventObject
      extended by gui.myClasses.EventDoneTest
All Implemented Interfaces:
java.io.Serializable

public class EventDoneTest
extends java.util.EventObject

Custom event

Version:
1.0
Author:
Oscar Flores
See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
EventDoneTest(WorkspaceManager source)
           
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

EventDoneTest

public EventDoneTest(WorkspaceManager source)