GLG Toolkit

com.genlogic
Interface GlgHListener

All Known Implementing Classes:
GlgBean, GlgCustomBean, GlgCustomJBean, GlgCustomJLWBean, GlgJBean, GlgJLWBean

public interface GlgHListener

H callback interface. H listener is invoked after the drawing was loaded but before the hierarchy setup (before graphs create their datasamples).


Method Summary
 void HCallback(GlgObject viewport)
          H callback method.
 

Method Detail

HCallback

void HCallback(GlgObject viewport)
H callback method. This method may be used for setting initial parameters of the loaded drawing, which control number of instances to be created (number of samples and labels) as well as other parameters of the datasample's and label's templates (ranges, initial values, etc.)


GLG Toolkit