@Override
public void onComponentTag(Component component, ComponentTag tag) {
super.onComponentTag(component, tag);
if (autoHook) {
IValueMap attribs = tag.getAttributes();
for (String attrib : attribs.keySet()) {
List<EventType> list = Arrays.asList(EventType.values());
for (EventType e : list) {
if (attrib.toLowerCase().contains(