TPTP 4.1.0 Platform Project
Public API Specification

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

All Superinterfaces:
java.util.EventListener

public interface ZoomControlBarListener
extends java.util.EventListener

The ZoomControlBarListener interface must be implemented by any listeners requesting to hear of changes to a ZoomControlBar

Since:
4.0.0

Method Summary
 void zoomControlBarChanged(ZoomControlBarEvent event)
          A change in a ZoomControlBar has occured.
 

Method Detail

zoomControlBarChanged

public void zoomControlBarChanged(ZoomControlBarEvent event)
A change in a ZoomControlBar has occured.

Parameters:
event - details regarding the change in the ZoomControlBar

TPTP 4.1.0 Platform Project
Public API Specification