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