![]() |
Workspace 7.1.0
|
Event emitted by a Workspace whenever a connection is removed from it. More...
#include <Workspace/DataExecution/Operations/workspaceevents.h>
Public Member Functions | |
RemoveConnectionEvent (Connection &con) | |
![]() | |
Connection & | getConnection () const |
![]() | |
CSIRO_WORKSPACE_API const EventIDSingleton< CSIRO::DataExecution::AllObservableEvents > & | eventID () |
CSIRO_WORKSPACE_API const EventIDSingleton< CSIRO::DataExecution::ProgressEvent > & | eventID () |
const EventIDSingleton< T > & | getEventID () const override |
![]() | |
virtual | ~ObservableEvent ()=default |
virtual const EventID & | getEventID () const =0 |
Additional Inherited Members | |
![]() | |
static const EventIDSingleton< T > & | eventID () |
![]() | |
ConnectionEvent (Connection &con) | |
![]() | |
ObservableEventType ()=default | |
The event is emitted whether the connection was created by the workspace or was passed in by client code. It is ideal for allowing a view of the workspace to update itself to keep in sync with it. It is also particularly useful when client code has kept a pointer to the connection and wants to be notified if the connection is deleted.
|
inline |