org.solovyev.android.view.drag
Interface SimpleOnDragListener.DragProcessor

All Known Implementing Classes:
HistoryDragProcessor
Enclosing class:
SimpleOnDragListener

public static interface SimpleOnDragListener.DragProcessor


Method Summary
 boolean processDragEvent(DragDirection dragDirection, DragButton dragButton, org.solovyev.common.math.Point2d startPoint2d, android.view.MotionEvent motionEvent)
           
 

Method Detail

processDragEvent

boolean processDragEvent(@Nonnull
                         DragDirection dragDirection,
                         @Nonnull
                         DragButton dragButton,
                         @Nonnull
                         org.solovyev.common.math.Point2d startPoint2d,
                         @Nonnull
                         android.view.MotionEvent motionEvent)


Copyright © 2014 se.solovyev. All Rights Reserved.