Interface StateChangeListener


public interface StateChangeListener
The listener interface for receiving stateChange events. The class that is interested in processing a stateChange event implements this interface, and the object created with that class is registered with a component using the component's addStateChangeListener method. When the stateChange event occurs, that object's appropriate method is invoked.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    State finished.
  • Method Details

    • stateFinished

      void stateFinished()
      State finished.