Class AbstractNotification

java.lang.Object
io.deephaven.engine.updategraph.AbstractNotification
All Implemented Interfaces:
LogOutputAppendable, NotificationQueue.Notification, IntrusiveDoublyLinkedNode<NotificationQueue.Notification>, Runnable
Direct Known Subclasses:
EmptyNotification, InstrumentedTableListenerBase.ErrorNotification, InstrumentedTableListenerBase.NotificationBase, NotificationAdapter, TerminalNotification, WaitNotification

public abstract class AbstractNotification extends Object implements NotificationQueue.Notification
Common base class for notifications.