Interface HasFinishedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
Process, Tour, Tutorial

public interface HasFinishedHandlers extends HasHandlers
  • Method Summary

    Modifier and Type
    Method
    Description
    StringMethod called when a process completes, meaning the process executes a ProcessElement with no next element.

    Methods inherited from interface com.google.gwt.event.shared.HasHandlers

    fireEvent
  • Method Details

    • addFinishedHandler

      HandlerRegistration addFinishedHandler(FinishedHandler handler)
      StringMethod called when a process completes, meaning the process executes a ProcessElement with no next element.
      Parameters:
      handler - the finished handler
      Returns:
      HandlerRegistration used to remove this handler