protected void firePageValidate()
{try { __CLOVER_2_0.M[127]++;
__CLOVER_2_0.S[455]++;if ((((_listenerList == null) && (++__CLOVER_2_0.CT[100] != 0)) || (++__CLOVER_2_0.CF[100] == 0))){
__CLOVER_2_0.S[456]++;return;}
__CLOVER_2_0.S[457]++;PageEvent event = null;
__CLOVER_2_0.S[458]++;Object[] listeners = _listenerList.getListenerList();
__CLOVER_2_0.S[459]++;for (int i = 0; (((i < listeners.length) && (++__CLOVER_2_0.CT[101] != 0)) || (++__CLOVER_2_0.CF[101] == 0)); i += 2){
{
__CLOVER_2_0.S[460]++;if ((((listeners[i] == PageValidateListener.class) && (++__CLOVER_2_0.CT[102] != 0)) || (++__CLOVER_2_0.CF[102] == 0))){
{
__CLOVER_2_0.S[461]++;PageValidateListener l = (PageValidateListener) listeners[i + 1];
__CLOVER_2_0.S[462]++;if ((((event == null) && (++__CLOVER_2_0.CT[103] != 0)) || (++__CLOVER_2_0.CF[103] == 0))){
__CLOVER_2_0.S[463]++;event = new PageEvent(this, _requestCycle);}
__CLOVER_2_0.S[464]++;l.pageValidate(event);
}}
}}
} finally { }}