Interface ButtonClickHandler

All Superinterfaces:
EventHandler

public interface ButtonClickHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Fires when any button in this Dialog's toolbar is clicked.
  • Method Details

    • onButtonClick

      void onButtonClick(ButtonClickEvent event)
      Fires when any button in this Dialog's toolbar is clicked. Default implementation does nothing.
      Parameters:
      event - the event