Interface ResetAction

All Known Implementing Classes:
ResetActions

public interface ResetAction
Something that can apply a reset to a component.
Author:
rob
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Apply the reset.
  • Method Details

    • doWith

      void doWith(Object job)
      Apply the reset.
      Parameters:
      job - The job being reset.