public interface IPublishMotionEvents
Modifier and Type | Method and Description |
---|---|
void |
addMotionEventDispatcher(IMotionEventDispatcher dispatcher)
Adds
IMotionEventDispatcher for this source |
void |
removeMotionEventDispatcher(IMotionEventDispatcher dispatcher)
Removes
IMotionEventDispatcher from this source |
void addMotionEventDispatcher(IMotionEventDispatcher dispatcher)
IMotionEventDispatcher
for this sourcedispatcher
- The dispatcher to addvoid removeMotionEventDispatcher(IMotionEventDispatcher dispatcher)
IMotionEventDispatcher
from this sourcedispatcher
- The dispatcher to remove