org.diamondspin
Interface DSTableListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DSTableAdapter

public interface DSTableListener
extends EventListener

A DSTableListener is an interface to listen Table events.

Copyright 2002-2009 DiamondSpin project. All Rights Reserved.

Permission to use, copy, modify and distribute this software and its documentation for educational, research and non-profit purposes, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and the following three paragraphs appear in all copies.

To request Permission to incorporate this software into commercial products contact one of the authors of the project.
  • Frederic Vernier (frederic.vernier@limsi.fr)
  • Chia Shen (chia_shen@harvard.edu)
  • Guillaume Besacier (guillaume.besacier@limsi.fr)
  • Daniel Wigdor (dwigdor@microsoft.com)

IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE AUTHORS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

THE AUTHORS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE AUTHORS HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

Creation date : 9 april 2001

Version:
: 1.0
Author:
: Frederic vernier, (frederic.vernier@gmail.com) under Chia Shen supervision (chia_shen@harvard.edu).

Method Summary
 void engineChanged(DSTabletopEvent evt)
          callback when the engine is changed
 void grabElementStolen(DSTabletopEvent evt)
          callback when rotation is finished
 void tableGrabbed(DSTabletopEvent evt)
          when rotation, zoom or drag starts a tableGrab is first ignited
 void tableReleased(DSTabletopEvent evt)
          when rotation, zoom or drag finish a tableGrab is first ignited
 void tableRotated(DSTabletopEvent evt)
          callback when rotation is finished
 void tableTranslated(DSTabletopEvent evt)
          callback when rotation is finished
 void tableZoomed(DSTabletopEvent evt)
          callback when zoom is finished
 void viewChanged(DSTabletopEvent evt)
          callback when the view change
 

Method Detail

viewChanged

void viewChanged(DSTabletopEvent evt)
callback when the view change

Parameters:
evt - the event a listener should receive

engineChanged

void engineChanged(DSTabletopEvent evt)
callback when the engine is changed

Parameters:
evt - the event a listener should receive

grabElementStolen

void grabElementStolen(DSTabletopEvent evt)
callback when rotation is finished

Parameters:
evt - the event a listener should receive

tableTranslated

void tableTranslated(DSTabletopEvent evt)
callback when rotation is finished

Parameters:
evt - the event a listener should receive

tableRotated

void tableRotated(DSTabletopEvent evt)
callback when rotation is finished

Parameters:
evt - the event a listener should receive

tableZoomed

void tableZoomed(DSTabletopEvent evt)
callback when zoom is finished

Parameters:
evt - the event a listener should receive

tableGrabbed

void tableGrabbed(DSTabletopEvent evt)
when rotation, zoom or drag starts a tableGrab is first ignited

Parameters:
evt - the event a listener should receive

tableReleased

void tableReleased(DSTabletopEvent evt)
when rotation, zoom or drag finish a tableGrab is first ignited

Parameters:
evt - the event a listener should receive


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