Interface for objects listening to input data port.
More...
#include <juce_Block.h>
Interface for objects listening to input data port.
◆ ~DataInputPortListener()
virtual Block::DataInputPortListener::~DataInputPortListener |
( |
| ) |
|
|
virtualdefault |
◆ handleIncomingDataPortMessage()
virtual void Block::DataInputPortListener::handleIncomingDataPortMessage |
( |
Block & |
source, |
|
|
const void * |
messageData, |
|
|
size_t |
messageSize |
|
) |
| |
|
pure virtual |
Called whenever a message from a block is received.
The documentation for this struct was generated from the following file: