Search Results for

    Show / Hide Table of Contents

    Class MotionEventManager

    A helper class to propagate motion events

    Inheritance
    java.lang.Object
    MotionEventManager
    Implements
    IMotionEventManager
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public class MotionEventManager implements IMotionEventManager

    Constructors

    MotionEventManager()

    Declaration
    public MotionEventManager()

    Fields

    TAG

    Declaration
    protected static final String TAG
    Field Value
    Type Description
    String

    Methods

    getListenersByTarget()

    Declaration
    protected final HashMap<IReceiveMotionEvents,MotionEventManager.MotionEventsDispatcher> getListenersByTarget()
    Returns
    Type Description
    HashMap<IReceiveMotionEvents,com.scichart.core.utility.touch.MotionEventManager.MotionEventsDispatcher>

    getTargetsBySource()

    Declaration
    protected final HashMap<IPublishMotionEvents,List<IReceiveMotionEvents>> getTargetsBySource()
    Returns
    Type Description
    HashMap<IPublishMotionEvents,List<IReceiveMotionEvents>>

    subscribe(IPublishMotionEvents source, IReceiveMotionEvents target)

    Subscribes to motion events on the Source, propagating handlers to the Target

    Declaration
    public void subscribe(IPublishMotionEvents source, IReceiveMotionEvents target)
    Parameters
    Type Name Description
    IPublishMotionEvents source
    IReceiveMotionEvents target

    unsubscribe(IPublishMotionEvents eventSource)

    Unsubscribes the source from motion events

    Declaration
    public void unsubscribe(IPublishMotionEvents eventSource)
    Parameters
    Type Name Description
    IPublishMotionEvents eventSource

    unsubscribe(IReceiveMotionEvents eventTarget)

    Unsubscribes the element from motion events

    Declaration
    public void unsubscribe(IReceiveMotionEvents eventTarget)
    Parameters
    Type Name Description
    IReceiveMotionEvents eventTarget

    Implements

    IMotionEventManager
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml