Interface EventSource.Cursor

All Known Implementing Classes:
CausalEventSource.CausalCursor, TemporalEventSource.TemporalCursor
Enclosing interface:
EventSource

public static interface EventSource.Cursor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    stepUp(Cell<?> cell)
     
  • Method Details

    • stepUp

      void stepUp(Cell<?> cell)