public void fireBefore() {
   if (myPointers.length != 0) {
     myListener.beforeValidityChanged(myPointers);
   }
 }