Interface ResponseHandlingStartedEvent.Handler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler
Enclosing class:
ResponseHandlingStartedEvent
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 ResponseHandlingStartedEvent.Handler extends com.google.gwt.event.shared.EventHandler
  • Method Details

    • onResponseHandlingStarted

      void onResponseHandlingStarted(ResponseHandlingStartedEvent responseHandlingStartedEvent)
      Called when handling of a response starts.
      Parameters:
      responseHandlingStartedEvent - the event object