com.steema.teechart.events
Class Event

java.lang.Object
  extended by com.steema.teechart.events.Event
Direct Known Subclasses:
FrameworkMouseEvent

public class Event
extends java.lang.Object


Field Summary
 int button
           
 int index
           
 int type
           
 int x
           
 int y
           
 
Constructor Summary
Event()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

button

public int button

index

public int index

type

public int type

x

public int x

y

public int y
Constructor Detail

Event

public Event()