org.rr0.is.presentation.view.report.applet.draw
Class DrawEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.rr0.is.presentation.view.report.applet.draw.DrawEvent

public class DrawEvent
extends EventObject

An event on a shape from a given source.

Author:
Jerôme Beau
Version: 13 nov. 2003 23:34:49

Field Summary
 private DrawShapeshape
           

Fields inherited from class java.util.EventObject
source

Constructor Summary
DrawEvent(DrawShape shape, Object source)
           

Method Summary
 DrawShapegetShape()
           
 voidsetSource(Object newSource)
           
 StringtoString()
           

Methods inherited from class java.util.EventObject
getSource

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Field Detail

shape

private DrawShape shape
supplierRole event shape
Constructor Detail

DrawEvent

public DrawEvent(DrawShape shape, Object source)
Method Detail

getShape

public DrawShape getShape()

setSource

public void setSource(Object newSource)

toString

public String toString()

Association Links

to Class org.rr0.is.presentation.view.report.applet.draw.DrawShape

Supplier Role event shape