Used to receive callbacks for topology changes.
More...
#include <juce_TopologySource.h>
Used to receive callbacks for topology changes.
◆ ~Listener()
virtual TopologySource::Listener::~Listener |
( |
| ) |
|
|
virtualdefault |
◆ topologyChanged()
virtual void TopologySource::Listener::topologyChanged |
( |
| ) |
|
|
virtual |
Called for any change in topology - devices changed, connections changed, etc.
◆ blockAdded()
virtual void TopologySource::Listener::blockAdded |
( |
const Block::Ptr | | ) |
|
|
virtual |
Called when a new block is added to the topology.
◆ blockRemoved()
virtual void TopologySource::Listener::blockRemoved |
( |
const Block::Ptr | | ) |
|
|
virtual |
Called when a block is removed from the topology.
◆ blockUpdated()
virtual void TopologySource::Listener::blockUpdated |
( |
const Block::Ptr | | ) |
|
|
virtual |
Called when a known block is updated.
This could be because details have been received asynchronously. E.g. Block name.
The documentation for this struct was generated from the following file: