Interface RequestStartingEvent.Handler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler
Enclosing class:
RequestStartingEvent
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface RequestStartingEvent.Handler extends com.google.gwt.event.shared.EventHandler
Handler for RequestStartingEvents.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a request is starting.
  • Method Details

    • onRequestStarting

      void onRequestStarting(RequestStartingEvent requestStartingEvent)
      Called when a request is starting.
      Parameters:
      requestStartingEvent - the event object