Used only internally. @param inits a list of {@link EventThreadInit} instances returned from{@link #newEventThreadInits}, or null if no instance at all. @param comp the component which the event is targeting @param evt the event to process @exception UiException to prevent a thread from being processedif {@link EventThreadInit#init} throws an exception @return false if you want to ignore the event, i.e., not to proceedany event processing for the specified event (evt).
|
|