formatTrifecta method

dynamic formatTrifecta (
  1. SamAction sa,
  2. SamState ss,
  3. SamView sv
)

Abstract method that must be supplied to format the SamAction, SamState and SamView instances.

Implementation

formatTrifecta(SamAction sa, SamState ss, SamView sv);