Torque 3D 3.8
|
The following tables list the members exposed by IMessageListener.
|
Name |
Description |
![]() ![]() |
List of queues this listener is registered with. |
|
Name |
Description |
![]() ![]() |
IMessageListener Methods | |
![]() ![]() |
@brief Callback for when the listener is added to a queue The default implementation of onAddToQueue() and onRemoveFromQueue() provide tracking of the queues this listener is added to through the #mQueues member. Overrides of onAddToQueue() or onRemoveFromQueue() should ensure they call the parent implementation in any overrides. @param queue The name of the queue that the listener added to @see onRemoveFromQueue() | |
![]() ![]() | ||
![]() ![]() | ||
![]() ![]() |
@brief Callback for when the listener is removed from a queue The default implementation of onAddToQueue() and onRemoveFromQueue() provide tracking of the queues this listener is added to through the #mQueues member. Overrides of onAddToQueue() or onRemoveFromQueue() should ensure they call the parent implementation in any overrides. @param queue The name of the queue the listener was removed from @see onAddToQueue() |
Copyright (c) 2015. All rights reserved.
|
What do you think about this topic? Send feedback!
|