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