org.diamondspin
Interface DSViewListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DSViewAdapter

public interface DSViewListener
extends EventListener

A DSElementListener is an interface for the listeners of modifs in a diamondSpin element.

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.

Version:
: 1.0
Author:
: Frederic vernier, (frederic.vernier@gmail.com)

Method Summary
 void backgroundRotated(DSViewEvent evt)
           
 void backgroundTranslated(DSViewEvent evt)
           
 void backgroundUpdated(DSViewEvent evt)
           
 void backgroundZoomed(DSViewEvent evt)
           
 void viewGestured(DSViewEvent evt)
           
 void viewGrabbed(DSViewEvent evt)
           
 void viewReleased(DSViewEvent evt)
           
 void viewRotated(DSViewEvent evt)
           
 void viewTranslated(DSViewEvent evt)
           
 void viewZoomed(DSViewEvent evt)
           
 

Method Detail

viewTranslated

void viewTranslated(DSViewEvent evt)

viewRotated

void viewRotated(DSViewEvent evt)

viewZoomed

void viewZoomed(DSViewEvent evt)

backgroundTranslated

void backgroundTranslated(DSViewEvent evt)

backgroundRotated

void backgroundRotated(DSViewEvent evt)

backgroundZoomed

void backgroundZoomed(DSViewEvent evt)

backgroundUpdated

void backgroundUpdated(DSViewEvent evt)

viewGestured

void viewGestured(DSViewEvent evt)

viewGrabbed

void viewGrabbed(DSViewEvent evt)

viewReleased

void viewReleased(DSViewEvent evt)


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