Пример #1
0
 public Tracker()
 {
     flushListener = new FlushListener (this);
     startListener = new StartListener (this);
     startLocalStorageListener = new StartLocalStorageListener(this);
     tracker = this;
 }
Пример #2
0
 public Tracker()
 {
     flushListener             = new FlushListener(this);
     startListener             = new StartListener(this);
     startLocalStorageListener = new StartLocalStorageListener(this);
     tracker = this;
 }
Пример #3
0
 public Tracker()
 {
     flushListener             = new FlushListener(this);
     startListener             = new StartListener(this);
     startLocalStorageListener = new StartLocalStorageListener(this);
     completable = new CompletableTracker();
     completable.setTracker(this);
     alternative = new AlternativeTracker();
     alternative.setTracker(this);
     accessible = new AccessibleTracker();
     accessible.setTracker(this);
     trackedGameObject = new GameObjectTracker();
     trackedGameObject.setTracker(this);
     tracker = this;
 }
Пример #4
0
 public Tracker()
 {
     flushListener = new FlushListener (this);
     startListener = new StartListener (this);
     startLocalStorageListener = new StartLocalStorageListener(this);
     completable = new CompletableTracker();
     completable.setTracker(this);
     alternative = new AlternativeTracker();
     alternative.setTracker(this);
     accessible = new AccessibleTracker();
     accessible.setTracker(this);
     trackedGameObject = new GameObjectTracker();
     trackedGameObject.setTracker(this);
     tracker = this;
 }