139140141142143144145146147148
* Notify the listener of a pending Request. */ protected void requestNotify() { RequestListener l = listener; if (l != null) { l.invocationRequestNotify(this); } } }