Interface ActionListener

All Known Implementing Classes:
DefaultReadyAction

public interface ActionListener
A listener that is invoked when an Action is completed.
Since:
8.0
Author:
Pedro Ruivo
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when an Action is completed.
  • Method Details

    • onComplete

      void onComplete()
      Invoked when an Action is completed.