Interface TestListener

All Known Implementing Classes:
TestCommand.Listener

public interface TestListener
  • Method Summary

    Modifier and Type Method Description
    void onFailed​(GameTest test)  
    void onStarted​(GameTest test)  
  • Method Details

    • onStarted

      void onStarted​(GameTest test)
    • onFailed

      void onFailed​(GameTest test)