org.concord.pedagogica.ui.event
Class ViewerAppletEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.concord.pedagogica.ui.event.ViewerAppletEvent
All Implemented Interfaces:
java.io.Serializable

public class ViewerAppletEvent
extends java.util.EventObject

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ViewerAppletEvent(java.lang.Object sourceItem)
           
 
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

ViewerAppletEvent

public ViewerAppletEvent(java.lang.Object sourceItem)