Package io.deephaven.engine.updategraph
Class EmptyErrorNotification
java.lang.Object
io.deephaven.engine.updategraph.AbstractNotification
io.deephaven.engine.updategraph.EmptyNotification
io.deephaven.engine.updategraph.EmptyErrorNotification
- All Implemented Interfaces:
LogOutputAppendable
,NotificationQueue.ErrorNotification
,NotificationQueue.Notification
,IntrusiveDoublyLinkedNode<NotificationQueue.Notification>
,Runnable
public class EmptyErrorNotification
extends EmptyNotification
implements NotificationQueue.ErrorNotification
A
NotificationQueue.ErrorNotification
that does not actually notify anything.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.util.datastructures.linked.IntrusiveDoublyLinkedNode
IntrusiveDoublyLinkedNode.Adapter<NODE_TYPE extends IntrusiveDoublyLinkedNode<NODE_TYPE>>, IntrusiveDoublyLinkedNode.Impl<NODE_TYPE extends IntrusiveDoublyLinkedNode.Impl<NODE_TYPE>>
-
Constructor Summary
-
Method Summary
Methods inherited from class io.deephaven.engine.updategraph.EmptyNotification
append, canExecute, isTerminal, run
Methods inherited from class io.deephaven.engine.updategraph.AbstractNotification
getNext, getPrev, mustExecuteWithUpdateGraphLock, setNext, setPrev, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.deephaven.util.datastructures.linked.IntrusiveDoublyLinkedNode
getNext, getPrev, setNext, setPrev
Methods inherited from interface io.deephaven.base.log.LogOutputAppendable
append
Methods inherited from interface io.deephaven.engine.updategraph.NotificationQueue.Notification
canExecute, isTerminal, mustExecuteWithUpdateGraphLock
-
Constructor Details
-
EmptyErrorNotification
public EmptyErrorNotification()
-