Interface DropHandler

All Superinterfaces:
EventHandler

public interface DropHandler extends EventHandler
Handler interface for DropEvent events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a DropEvent is fired.
  • Method Details