Package com.eclipsesource.tabris.tracking.internal

Examples of com.eclipsesource.tabris.tracking.internal.DispatchTask


    return TrackingInfoFactory.createInfo( display );
  }

  private void dispatchEvent( EventType type, TrackingInfo info, Object detail ) {
    TrackingEvent event = new TrackingEvent( type, info, detail, System.currentTimeMillis() );
    dispatcher.dispatch( new DispatchTask( trackers, event ) );
  }
View Full Code Here

TOP

Related Classes of com.eclipsesource.tabris.tracking.internal.DispatchTask

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.