JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.swing.gauge
Interface JCGaugePickListener

All Superinterfaces:
EventListener

public interface JCGaugePickListener
extends EventListener

Event listener interface for gauge pick events.


Method Summary
 void pick(com.klg.jclass.swing.gauge.JCGaugePickEvent e)
          Method called whenever gauge has been picked.
 

Method Detail

pick

public void pick(com.klg.jclass.swing.gauge.JCGaugePickEvent e)
Method called whenever gauge has been picked. Interested listeners should implement this method and register the object with JCGauge.

Parameters:
e - The event generated by the pick

Copyright © 2004 Quest Software Inc..
All rights reserved.