com.smartgwt.client.widgets.events
Interface DropOutHandler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler

public interface DropOutHandler
extends com.google.gwt.event.shared.EventHandler


Method Summary
 void onDropOut(DropOutEvent event)
          Executed when the dragged object is moved out of the rectangle of this drop target.
 

Method Detail

onDropOut

void onDropOut(DropOutEvent event)
Executed when the dragged object is moved out of the rectangle of this drop target. If you have set a visual indication in dropOver or dropMove, you should reset it to its normal state in dropOut.

Parameters:
event - the event