com.vistech.graphics
Class ShapesEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.vistech.graphics.ShapesEvent
All Implemented Interfaces:
java.io.Serializable

public class ShapesEvent
extends java.util.EventObject
implements java.io.Serializable

ShapesEvent Class. This is an event-state class for the Shape event.

Version:
1.0 21 Nov 1999
Author:
Lawrence Rodrigues
See Also:
Serialized Form

Field Summary
protected  int command
           
protected  Shapes shape
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ShapesEvent(java.lang.Object src, Shapes sh)
           
 
Method Summary
 int getCommand()
           
 Shapes getShapes()
           
 void setCommand(int command)
           
 
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

shape

protected Shapes shape

command

protected int command
Constructor Detail

ShapesEvent

public ShapesEvent(java.lang.Object src,
                   Shapes sh)
Method Detail

getShapes

public Shapes getShapes()

setCommand

public void setCommand(int command)

getCommand

public int getCommand()