public interface IMotionEventManager
Modifier and Type | Method and Description |
---|---|
void |
subscribe(IPublishMotionEvents source,
IReceiveMotionEvents target)
Subscribes to motion events on the Source, propagating handlers to the Target
|
void |
unsubscribe(IPublishMotionEvents element)
Unsubscribes the source from motion events
|
void |
unsubscribe(IReceiveMotionEvents element)
Unsubscribes the element from motion events
|
void subscribe(IPublishMotionEvents source, IReceiveMotionEvents target)
source
- The source of motion eventstarget
- The target to receive motion eventsvoid unsubscribe(IPublishMotionEvents element)
element
- The source to unsubscribevoid unsubscribe(IReceiveMotionEvents element)
element
- The element to unsubscribe