TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.ui.widgets.zoomslider
Interface ZoomSliderListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
APIExample

public interface ZoomSliderListener
extends java.util.EventListener

The zoom slider listener notifies the receiver of a change in the status of a particular zoom slider.


Method Summary
 void zoomSliderChanged(ZoomSliderEvent event)
          A change in the zoom slider has occured.
 

Method Detail

zoomSliderChanged

void zoomSliderChanged(ZoomSliderEvent event)
A change in the zoom slider has occured. Changes can be of a zoom or transpose type, as defined in the ZoomSliderEvent.

Parameters:
event - the ZoomSliderEvent associated with this change
See Also:
ZoomSliderEvent

TPTP 4.5.0 Platform Project
Public API Specification