Set the application event class to publish.
The event class must have a constructor with a single
Object argument for the event source. The interceptor
will pass in the invoked object.
throws: IllegalArgumentException - if the supplied Class isnull or if it is not an ApplicationEvent subclass orif it does not expose a constructor that takes a single Object argument |