Native interface for socket control lifecycle. More...
#include <ST_SocketControlInterface.h>
Public Member Functions | |
void | OnSocketItemRegistered () |
void | OnSocketItemDeregistered () |
Native interface for socket control lifecycle.
This interface defines event hooks for objects that participate in socket-based communication or coordination within the ShaderTech framework.
void IST_SocketControlInterface::OnSocketItemDeregistered | ( | ) |
Called when a socket-enabled item is deregistered from the system. Use this to clean up bindings or stop listening.
void IST_SocketControlInterface::OnSocketItemRegistered | ( | ) |
Called when a socket-enabled item is registered in the system. Use this to initialize socket bindings or start listening.