attachTo abstract method

  1. @mustCallSuper
void attachTo(
  1. Object instance
)

Attaches an object instance to this state.

Implementation

@mustCallSuper
void attachTo(Object instance);