fable.python
Class SampleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by fable.python.SampleEvent
All Implemented Interfaces:
java.io.Serializable

public class SampleEvent
extends java.util.EventObject

Author:
suchet
See Also:
Serialized Form

Constructor Summary
SampleEvent(Sample source)
           
 
Method Summary
 
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

SampleEvent

public SampleEvent(Sample source)