com.steema.teechart.events
Class TeeMouseEvent

java.lang.Object
  extended by com.steema.teechart.events.TeeEvent
      extended by com.steema.teechart.events.TeeMouseEvent

public class TeeMouseEvent
extends TeeEvent

Title: TeeMouseEvent

Description: Internal use. Mouse events

Copyright (c) 2005-2007 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
 FrameworkMouseEvent event
           
 
Fields inherited from class com.steema.teechart.events.TeeEvent
sender
 
Constructor Summary
TeeMouseEvent(FrameworkMouseEvent event)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

public FrameworkMouseEvent event
Constructor Detail

TeeMouseEvent

public TeeMouseEvent(FrameworkMouseEvent event)