Interface StateHook

All Superinterfaces:
Hook

public interface StateHook extends Hook
Representation of a state scoped hook. Specified in the /states[]/hooks key.
Since:
0.7
  • Method Summary

    Modifier and Type
    Method
    Description
    The containing state.

    Methods inherited from interface com.variant.share.schema.Hook

    getClassName, getInit, getName
  • Method Details

    • getState

      State getState()
      The containing state.
      Since:
      0.7