Interface WebAppListener


public interface WebAppListener
Defines the contract for listening web application events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Signal a web application event to the listener.
  • Method Details

    • onEvent

      void onEvent(WebAppEvent event)
      Signal a web application event to the listener.
      Parameters:
      event - the web application event