Glg Toolkit

com.genlogic
Interface GlgVListener

All Known Implementing Classes:
GlgBean, GlgJBean, GlgJLWBean

public interface GlgVListener

V callback interface. V listener is invoked after the drawing hierarchy has been setup (graph's datasamples already created) but before the drawing is painted for the first time.


Method Summary
 void VCallback(GlgObject viewport)
          V event handler method.
 

Method Detail

VCallback

public void VCallback(GlgObject viewport)
V event handler method. This method may be used to fill graphs with initial data.


Glg Toolkit