public SensorDataEventListener(Scala.Core.EventSubscription eventSubscription)
     : base(eventSubscription)
 {
 }
示例#2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="eventSubscription">Data of the event to listen to</param>
 public PositionEventListener(Scala.Core.EventSubscription eventSubscription)
     : base(eventSubscription)
 {
 }