Interface Action

All Superinterfaces:
Serializable

public interface Action extends Serializable
Actions are similar to steps but are executed unconditionally; Action cannot block sequence execution.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(Session session)
     
  • Method Details