#include <StreamModule.h>
Public Methods | |
| virtual | ~PlugDisconnectStrategy () |
| Here so derived classes have a virtual destructor. | |
| virtual void | plugDisconnected (StreamModule *m, Plug *p)=0 |
| Called by a module when one of its plugs has been disconnected. | |
Probably best used as a Flyweight.
Not called on module deletion, or if the module thinks it handles its plugs disconnecting and there's no room for a Strategy to get involved.
Definition at line 87 of file StreamModule.h.
|
||||||||||||
|
Called by a module when one of its plugs has been disconnected. This is not called when a plug is disconnected because the module itself is being destructed. |
1.3-rc1