java.awt.event

Interface AdjustmentListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    AWTEventMulticaster
    public interface AdjustmentListener extends java.util.EventListener
    The listener interface for receiving adjustment events.
    Since:
    1.1
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator adjustmentValueChanged Reveal DetailHide Detail
      Invoked when the value of the adjustable has changed.
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge