com.jxcell
Class ObjectEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jxcell.ObjectEvent
All Implemented Interfaces:
java.io.Serializable

public class ObjectEvent
extends java.util.EventObject

Creates an Object event for the specified object in the specified view

See Also:
Serialized Form

Method Summary
 GRObject getObject()
          Returns the graphical object that generated this event
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getObject

public GRObject getObject()
Returns the graphical object that generated this event

Returns:
graphical object