org.diamondspin
Class DSTabletopEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.diamondspin.DSTabletopEvent
All Implemented Interfaces:
Serializable

public class DSTabletopEvent
extends EventObject

Author:
vernier
See Also:
Serialized Form

Field Summary
protected  DSElement dragElement
           
protected  DSEngine engine
           
protected  DSGestureEvent gesture
           
protected  int userID
           
protected  DSView view
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DSTabletopEvent(DSTabletopPane source)
          Creates a new instance of DSViewEvent
DSTabletopEvent(DSTabletopPane source, DSElement dragElement, int userID, DSView view, DSEngine engine)
          Creates a new instance of DSViewEvent
 
Method Summary
 
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

gesture

protected DSGestureEvent gesture

dragElement

protected DSElement dragElement

userID

protected int userID

view

protected DSView view

engine

protected DSEngine engine
Constructor Detail

DSTabletopEvent

public DSTabletopEvent(DSTabletopPane source)
Creates a new instance of DSViewEvent


DSTabletopEvent

public DSTabletopEvent(DSTabletopPane source,
                       DSElement dragElement,
                       int userID,
                       DSView view,
                       DSEngine engine)
Creates a new instance of DSViewEvent



Copyright © 2006 Frederic Vernier(LIMSI) Chia Shen(MERL) Guillaume Besacier(LIMSI). All Rights Reserved.