Interface ContextView

All Known Implementing Classes:
ContextView.NULL, JFrameContextView

public interface ContextView
ContextView allows the viewing of context-related messages.
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    void
     
    void
    show(String story, String scenario, String step)
     
  • Method Details