org.diamondspin
Class DSTableAdapter

java.lang.Object
  extended by org.diamondspin.DSTableAdapter
All Implemented Interfaces:
EventListener, DSTableListener

public class DSTableAdapter
extends Object
implements DSTableListener

Author:
vernier

Constructor Summary
DSTableAdapter()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSTableAdapter

public DSTableAdapter()
Method Detail

viewChanged

public void viewChanged(DSTabletopEvent evt)
Description copied from interface: DSTableListener
callback when the view change

Specified by:
viewChanged in interface DSTableListener
Parameters:
evt - the event a listener should receive

engineChanged

public void engineChanged(DSTabletopEvent evt)
Description copied from interface: DSTableListener
callback when the engine is changed

Specified by:
engineChanged in interface DSTableListener
Parameters:
evt - the event a listener should receive

grabElementStolen

public void grabElementStolen(DSTabletopEvent evt)
Description copied from interface: DSTableListener
callback when rotation is finished

Specified by:
grabElementStolen in interface DSTableListener
Parameters:
evt - the event a listener should receive

tableTranslated

public void tableTranslated(DSTabletopEvent evt)
Description copied from interface: DSTableListener
callback when rotation is finished

Specified by:
tableTranslated in interface DSTableListener
Parameters:
evt - the event a listener should receive

tableRotated

public void tableRotated(DSTabletopEvent evt)
Description copied from interface: DSTableListener
callback when rotation is finished

Specified by:
tableRotated in interface DSTableListener
Parameters:
evt - the event a listener should receive

tableZoomed

public void tableZoomed(DSTabletopEvent evt)
Description copied from interface: DSTableListener
callback when zoom is finished

Specified by:
tableZoomed in interface DSTableListener
Parameters:
evt - the event a listener should receive

tableGrabbed

public void tableGrabbed(DSTabletopEvent evt)
Description copied from interface: DSTableListener
when rotation, zoom or drag starts a tableGrab is first ignited

Specified by:
tableGrabbed in interface DSTableListener
Parameters:
evt - the event a listener should receive

tableReleased

public void tableReleased(DSTabletopEvent evt)
Description copied from interface: DSTableListener
when rotation, zoom or drag finish a tableGrab is first ignited

Specified by:
tableReleased in interface DSTableListener
Parameters:
evt - the event a listener should receive


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