}
throw new ComponentNotFoundException(name+" not found");
}
public ZScript getEventHandler(String evtnm) {
final EventHandler evthd = _auxinf != null && _auxinf.evthds != null ?
_auxinf.evthds.get(this, evtnm): null;
return evthd != null ? evthd.getZScript(): null;
}