|
JUCE
|
Used to receive callbacks for topology changes. More...
Public Member Functions | |
| virtual | ~Listener ()=default |
| virtual void | topologyChanged () |
| Called for any change in topology - devices changed, connections changed, etc. More... | |
| virtual void | blockAdded (const Block::Ptr) |
| Called when a new block is added to the topology. More... | |
| virtual void | blockRemoved (const Block::Ptr) |
| Called when a block is removed from the topology. More... | |
| virtual void | blockUpdated (const Block::Ptr) |
| Called when a known block is updated. More... | |
Used to receive callbacks for topology changes.
|
virtualdefault |
|
virtual |
Called for any change in topology - devices changed, connections changed, etc.
|
virtual |
Called when a new block is added to the topology.
|
virtual |
Called when a block is removed from the topology.
|
virtual |
Called when a known block is updated.
This could be because details have been received asynchronously. E.g. Block name.
1.8.13