Lines Matching refs:DESCRIBE_EVENT

172         #define DESCRIBE_EVENT( asciinamespace, asciilistener, asciimethod, id_postfix ) \  macro
188DESCRIBE_EVENT( "form", "XApproveActionListener", "approveAction", APPROVEACTIONP… in lcl_getEventDescriptionForMethod()
189DESCRIBE_EVENT( "awt", "XActionListener", "actionPerformed", ACTIONPERFORME… in lcl_getEventDescriptionForMethod()
190DESCRIBE_EVENT( "form", "XChangeListener", "changed", CHANGED ); in lcl_getEventDescriptionForMethod()
191DESCRIBE_EVENT( "awt", "XTextListener", "textChanged", TEXTCHANGED ); in lcl_getEventDescriptionForMethod()
192DESCRIBE_EVENT( "awt", "XItemListener", "itemStateChanged", ITEMSTATECHANG… in lcl_getEventDescriptionForMethod()
193DESCRIBE_EVENT( "awt", "XFocusListener", "focusGained", FOCUSGAINED ); in lcl_getEventDescriptionForMethod()
194DESCRIBE_EVENT( "awt", "XFocusListener", "focusLost", FOCUSLOST ); in lcl_getEventDescriptionForMethod()
195DESCRIBE_EVENT( "awt", "XKeyListener", "keyPressed", KEYTYPED ); in lcl_getEventDescriptionForMethod()
196DESCRIBE_EVENT( "awt", "XKeyListener", "keyReleased", KEYUP ); in lcl_getEventDescriptionForMethod()
197DESCRIBE_EVENT( "awt", "XMouseListener", "mouseEntered", MOUSEENTERED ); in lcl_getEventDescriptionForMethod()
198DESCRIBE_EVENT( "awt", "XMouseMotionListener", "mouseDragged", MOUSEDRAGGED ); in lcl_getEventDescriptionForMethod()
199DESCRIBE_EVENT( "awt", "XMouseMotionListener", "mouseMoved", MOUSEMOVED ); in lcl_getEventDescriptionForMethod()
200DESCRIBE_EVENT( "awt", "XMouseListener", "mousePressed", MOUSEPRESSED ); in lcl_getEventDescriptionForMethod()
201DESCRIBE_EVENT( "awt", "XMouseListener", "mouseReleased", MOUSERELEASED … in lcl_getEventDescriptionForMethod()
202DESCRIBE_EVENT( "awt", "XMouseListener", "mouseExited", MOUSEEXITED ); in lcl_getEventDescriptionForMethod()
203DESCRIBE_EVENT( "form", "XResetListener", "approveReset", APPROVERESETTE… in lcl_getEventDescriptionForMethod()
204DESCRIBE_EVENT( "form", "XResetListener", "resetted", RESETTED ); in lcl_getEventDescriptionForMethod()
205DESCRIBE_EVENT( "form", "XSubmitListener", "approveSubmit", SUBMITTED ); in lcl_getEventDescriptionForMethod()
206DESCRIBE_EVENT( "form", "XUpdateListener", "approveUpdate", BEFOREUPDATE ); in lcl_getEventDescriptionForMethod()
207DESCRIBE_EVENT( "form", "XUpdateListener", "updated", AFTERUPDATE ); in lcl_getEventDescriptionForMethod()
208DESCRIBE_EVENT( "form", "XLoadListener", "loaded", LOADED ); in lcl_getEventDescriptionForMethod()
209DESCRIBE_EVENT( "form", "XLoadListener", "reloading", RELOADING ); in lcl_getEventDescriptionForMethod()
210DESCRIBE_EVENT( "form", "XLoadListener", "reloaded", RELOADED ); in lcl_getEventDescriptionForMethod()
211DESCRIBE_EVENT( "form", "XLoadListener", "unloading", UNLOADING ); in lcl_getEventDescriptionForMethod()
212DESCRIBE_EVENT( "form", "XLoadListener", "unloaded", UNLOADED ); in lcl_getEventDescriptionForMethod()
213DESCRIBE_EVENT( "form", "XConfirmDeleteListener", "confirmDelete", CONFIRMDELETE … in lcl_getEventDescriptionForMethod()
214DESCRIBE_EVENT( "sdb", "XRowSetApproveListener", "approveRowChange", APPROVEROWCHAN… in lcl_getEventDescriptionForMethod()
215DESCRIBE_EVENT( "sdbc", "XRowSetListener", "rowChanged", ROWCHANGE ); in lcl_getEventDescriptionForMethod()
216DESCRIBE_EVENT( "sdb", "XRowSetApproveListener", "approveCursorMove", POSITIONING ); in lcl_getEventDescriptionForMethod()
217DESCRIBE_EVENT( "sdbc", "XRowSetListener", "cursorMoved", POSITIONED ); in lcl_getEventDescriptionForMethod()
218DESCRIBE_EVENT( "form", "XDatabaseParameterListener", "approveParameter", APPROVEPARAMET… in lcl_getEventDescriptionForMethod()
219DESCRIBE_EVENT( "sdb", "XSQLErrorListener", "errorOccured", ERROROCCURED ); in lcl_getEventDescriptionForMethod()
220DESCRIBE_EVENT( "awt", "XAdjustmentListener", "adjustmentValueChanged", ADJUSTMENTVALU… in lcl_getEventDescriptionForMethod()