// If the element is not visible, don't do anything
if (!this.pseudorenderer.getStatus().contains(PseudorendererStatus.VISIBLE))
return;
final SaccadeUtil su = new SaccadeUtil(event.getSaccade());
for (final String h : handler) {
this.browserPlugin.executeJSFunction(h, su.getAngle(), su.getLength());
}
}