GLG Toolkit

com.genlogic
Interface GlgSelectListener

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

public interface GlgSelectListener

Selection handling interface. Implemented by mouse selection handlers.


Method Summary
 void SelectCallback(GlgObject object, java.lang.Object[] name_array, int button)
          Selection handler method.
 

Method Detail

SelectCallback

void SelectCallback(GlgObject object,
                    java.lang.Object[] name_array,
                    int button)
Selection handler method. This method is invoked when user clicks in a Glg drawing to select objects.

Parameters:
object - Top-level viewport object of the selection listener.
name_array - Null-terminated array of names of all selected objects, including a complete path name.
button - The mouse button that was pressed to select objects.

GLG Toolkit