GLG Toolkit

com.genlogic
Interface GlgReadyListener

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

public interface GlgReadyListener

Ready event handling interface. Implemented by custom bean handlers.


Method Summary
 void ReadyCallback(GlgObject viewport)
          Ready event handler method.
 

Method Detail

ReadyCallback

void ReadyCallback(GlgObject viewport)
Ready event handler method. This method is invoked when the bean finished loading and initializing the drawing, as well as reading data from DataURL (if defined).

Parameters:
viewport - Viewport object of the bean's drawing.

GLG Toolkit