Package ru.bgcrm.event.listener
Class DynamicEventListener
java.lang.Object
ru.bgcrm.event.listener.DynamicEventListener
- All Implemented Interfaces:
EventListener<Event>
,EventListener<Event>
@Deprecated
public abstract class DynamicEventListener
extends Object
implements EventListener<Event>
Deprecated.
Use
implements EventListener<Event>
instead.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
notify
(Event e, ConnectionSet connectionSet) Deprecated.
-
Constructor Details
-
DynamicEventListener
public DynamicEventListener()Deprecated.
-
-
Method Details
-
notify
Deprecated.- Specified by:
notify
in interfaceEventListener<Event>
- Specified by:
notify
in interfaceEventListener<Event>
- Throws:
Exception
-