Interface that signals for creation of rendering surfaces. More...
#include <Coherent/UI/ViewListener.h>
Public Member Functions | |
virtual void | Signal (CoherentHandle handle)=0 |
Signals that the operation was completed. You should call this function in the same thread that updates the UI context. More... | |
Interface that signals for creation of rendering surfaces.
|
pure virtual |
Signals that the operation was completed. You should call this function in the same thread that updates the UI context.
handle | the created surface handle or a NULL handle if the operation fails |