Interface NotificationNode.NotificationListener
-
- All Superinterfaces:
EventListener
- Enclosing class:
- NotificationNode
public static interface NotificationNode.NotificationListener extends EventListener
The listener that's notified when aStream
passes through this node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notificationReceived(StreamDescriptor streamDescriptor)
Called when aStream
passes this node.
-
-
-
Method Detail
-
notificationReceived
void notificationReceived(StreamDescriptor streamDescriptor)
Called when aStream
passes this node.- Parameters:
streamDescriptor
- The descriptor of theStream
that has just passed through.
-
-