public abstract class OriginateBaseClass extends EventListenerBaseClass
EventListenerBaseClass.AutoClose
Modifier | Constructor and Description |
---|---|
protected |
OriginateBaseClass(NewChannelListener listener,
Channel monitor,
Channel monitor2) |
Modifier and Type | Method and Description |
---|---|
void |
onManagerEvent(ManagerEvent event)
It is important that this method is synchronised as there is some
interaction between the events and we need to ensure we process one at a
time.
|
HashSet<Class<? extends ManagerEvent>> |
requiredEvents()
Called whenever the listener is first added and any time any listener is
removed to refresh the list of required events.
|
close, getName, startListener
getDumpRateLimit, withLock
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPriority
protected static final Log logger
protected OriginateBaseClass(NewChannelListener listener, Channel monitor, Channel monitor2)
public HashSet<Class<? extends ManagerEvent>> requiredEvents()
FilteredManagerListener
public void onManagerEvent(ManagerEvent event)
Copyright © 2004–2022. All rights reserved.