se.chalmers.cs.gf.dialogutil.gui
Class DrawEvent

java.lang.Object
  extended by java.util.EventObject
      extended by se.chalmers.cs.gf.dialogutil.gui.DrawEvent
All Implemented Interfaces:
java.io.Serializable

public class DrawEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DrawEvent(java.lang.Object source, java.awt.Shape shape, long when)
           
 
Method Summary
 java.awt.Shape getShape()
           
 long getWhen()
           
 
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

DrawEvent

public DrawEvent(java.lang.Object source,
                 java.awt.Shape shape,
                 long when)
Method Detail

getShape

public java.awt.Shape getShape()

getWhen

public long getWhen()