Interface PasteEventHandler

All Superinterfaces:
BrowserEventHandler

public interface PasteEventHandler extends BrowserEventHandler
The paste event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The paste event handler
  • Method Details

    • onPaste

      void onPaste(BrowserEvent event)

      The paste event handler

      The event handler will be called, when the user pastes data to an editable component.

      Parameters:
      event - The event object
      See Also: