158159160161162163164
if ( this.getLogger().isDebugEnabled() ) { this.getLogger().debug("Initialising eventClass " + eventClass); } // FIXME (CZ,HIGH) : Make this configurable this.subscribe(new DefaultChangeAspectDataEventSubscriber(this.manager)); }
151152153154155156157