Class AbstractResourceEventListener<T extends ResourceEvent<?>>
- java.lang.Object
-
- org.silverpeas.core.notification.system.AbstractResourceEventListener<T>
-
- All Implemented Interfaces:
ResourceEventListener<T>
- Direct Known Subclasses:
JMSResourceEventListener
public abstract class AbstractResourceEventListener<T extends ResourceEvent<?>> extends Object implements ResourceEventListener<T>
An abstract class implementing theorg.silverpeas.core.notification.system.ResourceEventListener
interface for concrete classes preferring extending a class than implementing an interface. This abstract class is directly extended by theorg.silverpeas.core.notification.system.JMSResourceEventListener
class to circumvent an issue with JMS occurring with classes implementing more the thejavax.jms.MessageListener
interface.- Author:
- mmoquillon
-
-
Constructor Summary
Constructors Constructor Description AbstractResourceEventListener()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.notification.system.ResourceEventListener
dispatchEvent, isEnabled, onCreation, onDeletion, onMove, onRecovery, onRemoving, onUnlock, onUpdate
-
-