org.solovyev.android.history
Class HistoryDragProcessor<T>

java.lang.Object
  extended by org.solovyev.android.history.HistoryDragProcessor<T>
All Implemented Interfaces:
SimpleOnDragListener.DragProcessor

public class HistoryDragProcessor<T>
extends Object
implements SimpleOnDragListener.DragProcessor

User: serso Date: 9/16/11 Time: 11:36 PM


Constructor Summary
HistoryDragProcessor(org.solovyev.common.history.HistoryControl<T> historyControl)
           
 
Method Summary
 boolean processDragEvent(DragDirection dragDirection, DragButton dragButton, org.solovyev.common.math.Point2d startPoint2d, android.view.MotionEvent motionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryDragProcessor

public HistoryDragProcessor(@Nonnull
                            org.solovyev.common.history.HistoryControl<T> historyControl)
Method Detail

processDragEvent

public boolean processDragEvent(@Nonnull
                                DragDirection dragDirection,
                                @Nonnull
                                DragButton dragButton,
                                @Nonnull
                                org.solovyev.common.math.Point2d startPoint2d,
                                @Nonnull
                                android.view.MotionEvent motionEvent)
Specified by:
processDragEvent in interface SimpleOnDragListener.DragProcessor


Copyright © 2014 se.solovyev. All Rights Reserved.