Interface DoneEventHandler

All Superinterfaces:
BrowserEventHandler

public interface DoneEventHandler extends BrowserEventHandler
General process done event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process done event handler
  • Method Details

    • onDone

      void onDone(DoneEvent event)

      Process done event handler

      The event handler will be called, when a specified process is done

      Parameters:
      event - The event object
      See Also: