//
// Constructor
//
////////////////////////////////////////////////////////////////////////////
public EventHandlersSupport(XmlObjectInfo rootObject) {
rootObject.addBroadcastListener(new XmlObjectEventListeners() {
public void invoke(XmlObjectInfo object, List<AbstractListenerProperty> properties)
throws Exception {
addListeners(object, properties);
}
});