de.jsystems.framework.common.action.dnd
Class DragGestureAction

java.lang.Object
  extended byde.jsystems.framework.common.action.AbstractAction
      extended byde.jsystems.framework.common.action.dnd.DragGestureAction
All Implemented Interfaces:
DragGestureListener, EventListener

public class DragGestureAction
extends AbstractAction
implements DragGestureListener

Actionimplementierung fuer DragGestureEvent.

Version:
1.0
Copyright by Jens Homm 2001 - 2004
Author:
Jens Homm JSYSTEMS

Constructor Summary
DragGestureAction()
           
 
Method Summary
 void doDragGestureRecognized(DragGestureEvent dge)
          Abgeleitete Klassen müssen diese Methode ueberschreiben.
 void dragGestureRecognized(DragGestureEvent dge)
           
 
Methods inherited from class de.jsystems.framework.common.action.AbstractAction
addControl, disable, enable, exceptionInAction, getController, getControls, getException, getView, hasException, initialize, isEnabled, removeAll, removeControl, setException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragGestureAction

public DragGestureAction()
Method Detail

dragGestureRecognized

public void dragGestureRecognized(DragGestureEvent dge)
Specified by:
dragGestureRecognized in interface DragGestureListener

doDragGestureRecognized

public void doDragGestureRecognized(DragGestureEvent dge)
                             throws Exception
Abgeleitete Klassen müssen diese Methode ueberschreiben. Hierin passiert die eigentliche Aktion der Action.

Parameters:
dge - Das Eventobjekt mit dem ausgeloesten Event.
Throws:
Exception - wenn beim ausfuehren der Methode ein Fehler auftritt.