com.smartgwt.client.widgets.events
Interface DropOverHandler

All Superinterfaces:
EventHandler

public interface DropOverHandler
extends EventHandler


Method Summary
 void onDropOver(DropOverEvent event)
          Executed when the compatible dragged object is first moved over this drop target.
 

Method Detail

onDropOver

void onDropOver(DropOverEvent event)
Executed when the compatible dragged object is first moved over this drop target. Your implementation can use this to show a custom visual indication that the object can be dropped here.

Parameters:
event - the event