ARoad0.Gui2
Class GraphicViewEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ARoad0.Gui2.GraphicViewEvent
All Implemented Interfaces:
java.io.Serializable

public class GraphicViewEvent
extends java.util.EventObject

This class is responsible for implementing an event from a GraphicView in the desktop. No use so far.

See Also:
Serialized Form

Field Summary
(package private)  int value
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GraphicViewEvent(GraphicView source, int value)
           
 
Method Summary
 int getValue()
           
 
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

value

int value
Constructor Detail

GraphicViewEvent

GraphicViewEvent(GraphicView source,
                 int value)
Method Detail

getValue

public int getValue()