13dbfc6311c66a89942df51705f8f7d075b4fe55
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/impl/RaceAndCompetitorStatusWithRaceLogReconciler.java
| ... | ... | @@ -316,13 +316,10 @@ public class RaceAndCompetitorStatusWithRaceLogReconciler { |
| 316 | 316 | } else { |
| 317 | 317 | switch (raceCompetitorStatusType) { |
| 318 | 318 | // TODO we expect NSC and perhaps also TLE to show up; support the mapping to MaxPointsReason.NSC / TLE, respectively when they appear |
| 319 | - case ABANDONED: |
|
| 320 | - result = MaxPointsReason.NONE; // TODO bug 5154: find out what ABANDONED means and if/how we can translate it to a MaxPointsReason |
|
| 321 | - break; |
|
| 322 | 319 | case BFD: |
| 323 | 320 | result = MaxPointsReason.BFD; |
| 324 | 321 | break; |
| 325 | - case DISQUALIFIED: |
|
| 322 | + case DSQ: |
|
| 326 | 323 | result = MaxPointsReason.DSQ; |
| 327 | 324 | break; |
| 328 | 325 | case DNC: |
| ... | ... | @@ -331,31 +328,19 @@ public class RaceAndCompetitorStatusWithRaceLogReconciler { |
| 331 | 328 | case DNF: |
| 332 | 329 | result = MaxPointsReason.DNF; |
| 333 | 330 | break; |
| 334 | - case DONT_RACE: |
|
| 335 | - result = MaxPointsReason.DNS; // TODO bug 5154: find out what DONT_RACE means and if/how we can translate it to a MaxPointsReason; is it DNS? |
|
| 331 | + case DNS: |
|
| 332 | + result = MaxPointsReason.DNS; |
|
| 336 | 333 | break; |
| 337 | 334 | case FIN: |
| 338 | - result = MaxPointsReason.NONE; // TODO bug 5154: find out what FIN means and if/how we can translate it to a MaxPointsReason; does it mean the competitor finished properly? |
|
| 339 | - break; |
|
| 340 | - case FINISH_CONFIRMED: |
|
| 341 | - result = MaxPointsReason.NONE; // TODO bug 5154: find out what FINISH_CONFIRMED means and if/how we can translate it to a MaxPointsReason; does it mean the competitor finished properly? |
|
| 342 | - break; |
|
| 343 | - case MIS: |
|
| 344 | - result = MaxPointsReason.NONE; // TODO bug 5154: find out what MIS means and if/how we can translate it to a MaxPointsReason; does it mean the competitor is "missing?" |
|
| 345 | - break; |
|
| 346 | - case NO_COLLECT: |
|
| 347 | - result = MaxPointsReason.NONE; // TODO bug 5154: find out what NO_COLLECT means and if/how we can translate it to a MaxPointsReason |
|
| 348 | - break; |
|
| 349 | - case NO_DATA: |
|
| 350 | - result = MaxPointsReason.NONE; |
|
| 335 | + result = MaxPointsReason.NONE; // TODO bug 5154: It is just a boat that has finished. MaxPointsReason.NONE is fine |
|
| 351 | 336 | break; |
| 352 | 337 | case OCS: |
| 353 | 338 | result = MaxPointsReason.OCS; |
| 354 | 339 | break; |
| 355 | - case RACING: |
|
| 340 | + case RAC: |
|
| 356 | 341 | result = MaxPointsReason.NONE; |
| 357 | 342 | break; |
| 358 | - case RETIRED: |
|
| 343 | + case RET: |
|
| 359 | 344 | result = MaxPointsReason.RET; |
| 360 | 345 | break; |
| 361 | 346 | case UFD: |
| ... | ... | @@ -382,6 +367,15 @@ public class RaceAndCompetitorStatusWithRaceLogReconciler { |
| 382 | 367 | case RCT: |
| 383 | 368 | result = MaxPointsReason.RCT; |
| 384 | 369 | break; |
| 370 | + case DPI: |
|
| 371 | + result = MaxPointsReason.DPI; |
|
| 372 | + break; |
|
| 373 | + case RDG: |
|
| 374 | + result = MaxPointsReason.RDG; |
|
| 375 | + break; |
|
| 376 | + case ZFP: |
|
| 377 | + result = MaxPointsReason.ZFP; |
|
| 378 | + break; |
|
| 385 | 379 | default: |
| 386 | 380 | result = MaxPointsReason.NONE; |
| 387 | 381 | break; |
java/com.tractrac.clientmodule/javadoc/allclasses-index.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>All Classes and Interfaces (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>All Classes and Interfaces (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="class index"> |
| 10 | 10 | <meta name="generator" content="javadoc/AllClassesIndexWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| ... | ... | @@ -452,7 +452,7 @@ loadScripts(document, 'script');</script> |
| 452 | 452 | </main> |
| 453 | 453 | <footer role="contentinfo"> |
| 454 | 454 | <hr> |
| 455 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 455 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 456 | 456 | </footer> |
| 457 | 457 | </div> |
| 458 | 458 | </div> |
java/com.tractrac.clientmodule/javadoc/allpackages-index.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>All Packages (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>All Packages (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="package index"> |
| 10 | 10 | <meta name="generator" content="javadoc/AllPackagesIndexWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| ... | ... | @@ -134,7 +134,7 @@ loadScripts(document, 'script');</script> |
| 134 | 134 | </main> |
| 135 | 135 | <footer role="contentinfo"> |
| 136 | 136 | <hr> |
| 137 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 137 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 138 | 138 | </footer> |
| 139 | 139 | </div> |
| 140 | 140 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/IIdentifiable.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IIdentifiable (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IIdentifiable (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api, interface: IIdentifiable"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -160,7 +160,7 @@ extends <a href="attachment/IAttachable.html" title="interface in com.tractrac.m |
| 160 | 160 | </main> |
| 161 | 161 | <footer role="contentinfo"> |
| 162 | 162 | <hr> |
| 163 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 163 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 164 | 164 | </footer> |
| 165 | 165 | </div> |
| 166 | 166 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/INamed.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>INamed (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>INamed (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api, interface: INamed"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -166,7 +166,7 @@ extends <a href="IIdentifiable.html" title="interface in com.tractrac.model.lib. |
| 166 | 166 | </main> |
| 167 | 167 | <footer role="contentinfo"> |
| 168 | 168 | <hr> |
| 169 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 169 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 170 | 170 | </footer> |
| 171 | 171 | </div> |
| 172 | 172 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/ModelLocator.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ModelLocator (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ModelLocator (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api, class: ModelLocator"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -363,7 +363,7 @@ loadScripts(document, 'script');</script> |
| 363 | 363 | </main> |
| 364 | 364 | <footer role="contentinfo"> |
| 365 | 365 | <hr> |
| 366 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 366 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 367 | 367 | </footer> |
| 368 | 368 | </div> |
| 369 | 369 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/AbstractAttachable.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>AbstractAttachable (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>AbstractAttachable (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.attachment, class: AbstractAttachable"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -225,7 +225,7 @@ implements <a href="IAttachable.html" title="interface in com.tractrac.model.lib |
| 225 | 225 | </main> |
| 226 | 226 | <footer role="contentinfo"> |
| 227 | 227 | <hr> |
| 228 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 228 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 229 | 229 | </footer> |
| 230 | 230 | </div> |
| 231 | 231 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/IAttachable.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IAttachable (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IAttachable (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.attachment, interface: IAttachable"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -188,7 +188,7 @@ loadScripts(document, 'script');</script> |
| 188 | 188 | </main> |
| 189 | 189 | <footer role="contentinfo"> |
| 190 | 190 | <hr> |
| 191 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 191 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 192 | 192 | </footer> |
| 193 | 193 | </div> |
| 194 | 194 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/IAttachmentKey.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IAttachmentKey (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IAttachmentKey (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.attachment, interface: IAttachmentKey"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -168,7 +168,7 @@ loadScripts(document, 'script');</script> |
| 168 | 168 | </main> |
| 169 | 169 | <footer role="contentinfo"> |
| 170 | 170 | <hr> |
| 171 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 171 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 172 | 172 | </footer> |
| 173 | 173 | </div> |
| 174 | 174 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/IAttachmentManager.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IAttachmentManager (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IAttachmentManager (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.attachment, interface: IAttachmentManager"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -183,7 +183,7 @@ extends com.tractrac.common.lib.api.service.IServiceProvider</span></div> |
| 183 | 183 | </main> |
| 184 | 184 | <footer role="contentinfo"> |
| 185 | 185 | <hr> |
| 186 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 186 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 187 | 187 | </footer> |
| 188 | 188 | </div> |
| 189 | 189 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/class-use/AbstractAttachable.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Class com.tractrac.model.lib.api.attachment.AbstractAttachable (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Class com.tractrac.model.lib.api.attachment.AbstractAttachable (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.attachment, class: AbstractAttachable"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -55,7 +55,7 @@ loadScripts(document, 'script');</script> |
| 55 | 55 | No usage of com.tractrac.model.lib.api.attachment.AbstractAttachable</main> |
| 56 | 56 | <footer role="contentinfo"> |
| 57 | 57 | <hr> |
| 58 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 58 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 59 | 59 | </footer> |
| 60 | 60 | </div> |
| 61 | 61 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/class-use/IAttachable.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.attachment.IAttachable (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.attachment.IAttachable (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.attachment, interface: IAttachable"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -275,7 +275,7 @@ loadScripts(document, 'script');</script> |
| 275 | 275 | </main> |
| 276 | 276 | <footer role="contentinfo"> |
| 277 | 277 | <hr> |
| 278 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 278 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 279 | 279 | </footer> |
| 280 | 280 | </div> |
| 281 | 281 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/class-use/IAttachmentKey.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.attachment.IAttachmentKey (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.attachment.IAttachmentKey (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.attachment, interface: IAttachmentKey"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -123,7 +123,7 @@ loadScripts(document, 'script');</script> |
| 123 | 123 | </main> |
| 124 | 124 | <footer role="contentinfo"> |
| 125 | 125 | <hr> |
| 126 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 126 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 127 | 127 | </footer> |
| 128 | 128 | </div> |
| 129 | 129 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/class-use/IAttachmentManager.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.attachment.IAttachmentManager (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.attachment.IAttachmentManager (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.attachment, interface: IAttachmentManager"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -96,7 +96,7 @@ loadScripts(document, 'script');</script> |
| 96 | 96 | </main> |
| 97 | 97 | <footer role="contentinfo"> |
| 98 | 98 | <hr> |
| 99 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 99 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | 100 | </footer> |
| 101 | 101 | </div> |
| 102 | 102 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.attachment (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.attachment (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.attachment"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -127,7 +127,7 @@ loadScripts(document, 'script');</script> |
| 127 | 127 | </main> |
| 128 | 128 | <footer role="contentinfo"> |
| 129 | 129 | <hr> |
| 130 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 130 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 131 | 131 | </footer> |
| 132 | 132 | </div> |
| 133 | 133 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.attachment Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.attachment Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.model.lib.api.attachment"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -81,7 +81,7 @@ loadScripts(document, 'script');</script> |
| 81 | 81 | </main> |
| 82 | 82 | <footer role="contentinfo"> |
| 83 | 83 | <hr> |
| 84 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 84 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 85 | 85 | </footer> |
| 86 | 86 | </div> |
| 87 | 87 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/attachment/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.model.lib.api.attachment (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.model.lib.api.attachment (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.attachment"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -185,7 +185,7 @@ loadScripts(document, 'script');</script> |
| 185 | 185 | </main> |
| 186 | 186 | <footer role="contentinfo"> |
| 187 | 187 | <hr> |
| 188 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 188 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 189 | 189 | </footer> |
| 190 | 190 | </div> |
| 191 | 191 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/class-use/IIdentifiable.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.IIdentifiable (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.IIdentifiable (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api, interface: IIdentifiable"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -202,7 +202,7 @@ loadScripts(document, 'script');</script> |
| 202 | 202 | </main> |
| 203 | 203 | <footer role="contentinfo"> |
| 204 | 204 | <hr> |
| 205 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 205 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 206 | 206 | </footer> |
| 207 | 207 | </div> |
| 208 | 208 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/class-use/INamed.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.INamed (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.INamed (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api, interface: INamed"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -181,7 +181,7 @@ loadScripts(document, 'script');</script> |
| 181 | 181 | </main> |
| 182 | 182 | <footer role="contentinfo"> |
| 183 | 183 | <hr> |
| 184 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 184 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 185 | 185 | </footer> |
| 186 | 186 | </div> |
| 187 | 187 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/class-use/ModelLocator.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Class com.tractrac.model.lib.api.ModelLocator (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Class com.tractrac.model.lib.api.ModelLocator (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api, class: ModelLocator"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -55,7 +55,7 @@ loadScripts(document, 'script');</script> |
| 55 | 55 | No usage of com.tractrac.model.lib.api.ModelLocator</main> |
| 56 | 56 | <footer role="contentinfo"> |
| 57 | 57 | <hr> |
| 58 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 58 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 59 | 59 | </footer> |
| 60 | 60 | </div> |
| 61 | 61 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/IControlPassing.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IControlPassing (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IControlPassing (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.data, interface: IControlPassing"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -166,7 +166,7 @@ extends <a href="ITimeData.html" title="interface in com.tractrac.model.lib.api. |
| 166 | 166 | </main> |
| 167 | 167 | <footer role="contentinfo"> |
| 168 | 168 | <hr> |
| 169 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 169 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 170 | 170 | </footer> |
| 171 | 171 | </div> |
| 172 | 172 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/IControlPassings.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IControlPassings (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IControlPassings (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.data, interface: IControlPassings"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -162,7 +162,7 @@ loadScripts(document, 'script');</script> |
| 162 | 162 | </main> |
| 163 | 163 | <footer role="contentinfo"> |
| 164 | 164 | <hr> |
| 165 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 165 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 166 | 166 | </footer> |
| 167 | 167 | </div> |
| 168 | 168 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/IMessageData.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IMessageData (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IMessageData (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.data, interface: IMessageData"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -216,7 +216,7 @@ extends <a href="ITimeData.html" title="interface in com.tractrac.model.lib.api. |
| 216 | 216 | </main> |
| 217 | 217 | <footer role="contentinfo"> |
| 218 | 218 | <hr> |
| 219 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 219 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 220 | 220 | </footer> |
| 221 | 221 | </div> |
| 222 | 222 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/IPosition.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IPosition (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IPosition (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.data, interface: IPosition"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -431,7 +431,7 @@ extends <a href="../spatial/IGeoCoordinate.html" title="interface in com.tractra |
| 431 | 431 | </main> |
| 432 | 432 | <footer role="contentinfo"> |
| 433 | 433 | <hr> |
| 434 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 434 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 435 | 435 | </footer> |
| 436 | 436 | </div> |
| 437 | 437 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/IPositionFactory.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IPositionFactory (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IPositionFactory (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.data, interface: IPositionFactory"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -410,7 +410,7 @@ extends com.tractrac.common.lib.api.service.IServiceProvider</span></div> |
| 410 | 410 | </main> |
| 411 | 411 | <footer role="contentinfo"> |
| 412 | 412 | <hr> |
| 413 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 413 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 414 | 414 | </footer> |
| 415 | 415 | </div> |
| 416 | 416 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/IPositionOffset.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IPositionOffset (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IPositionOffset (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.data, interface: IPositionOffset"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -163,7 +163,7 @@ extends <a href="ITimeData.html" title="interface in com.tractrac.model.lib.api. |
| 163 | 163 | </main> |
| 164 | 164 | <footer role="contentinfo"> |
| 165 | 165 | <hr> |
| 166 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 166 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 167 | 167 | </footer> |
| 168 | 168 | </div> |
| 169 | 169 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/IPositionSnapped.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IPositionSnapped (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IPositionSnapped (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.data, interface: IPositionSnapped"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -143,7 +143,7 @@ extends <a href="IPosition.html" title="interface in com.tractrac.model.lib.api. |
| 143 | 143 | </main> |
| 144 | 144 | <footer role="contentinfo"> |
| 145 | 145 | <hr> |
| 146 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 146 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 147 | 147 | </footer> |
| 148 | 148 | </div> |
| 149 | 149 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/IStartStopData.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IStartStopData (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IStartStopData (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.data, interface: IStartStopData"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -164,7 +164,7 @@ loadScripts(document, 'script');</script> |
| 164 | 164 | </main> |
| 165 | 165 | <footer role="contentinfo"> |
| 166 | 166 | <hr> |
| 167 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 167 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 168 | 168 | </footer> |
| 169 | 169 | </div> |
| 170 | 170 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/ITimeData.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ITimeData (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ITimeData (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.data, interface: ITimeData"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -154,7 +154,7 @@ loadScripts(document, 'script');</script> |
| 154 | 154 | </main> |
| 155 | 155 | <footer role="contentinfo"> |
| 156 | 156 | <hr> |
| 157 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 157 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 158 | 158 | </footer> |
| 159 | 159 | </div> |
| 160 | 160 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/class-use/IControlPassing.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.data.IControlPassing (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.data.IControlPassing (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.data, interface: IControlPassing"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -86,7 +86,7 @@ loadScripts(document, 'script');</script> |
| 86 | 86 | </main> |
| 87 | 87 | <footer role="contentinfo"> |
| 88 | 88 | <hr> |
| 89 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 89 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 90 | 90 | </footer> |
| 91 | 91 | </div> |
| 92 | 92 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/class-use/IControlPassings.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.data.IControlPassings (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.data.IControlPassings (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.data, interface: IControlPassings"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -87,7 +87,7 @@ loadScripts(document, 'script');</script> |
| 87 | 87 | </main> |
| 88 | 88 | <footer role="contentinfo"> |
| 89 | 89 | <hr> |
| 90 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 90 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 91 | 91 | </footer> |
| 92 | 92 | </div> |
| 93 | 93 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/class-use/IMessageData.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.data.IMessageData (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.data.IMessageData (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.data, interface: IMessageData"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -119,7 +119,7 @@ loadScripts(document, 'script');</script> |
| 119 | 119 | </main> |
| 120 | 120 | <footer role="contentinfo"> |
| 121 | 121 | <hr> |
| 122 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 122 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 123 | 123 | </footer> |
| 124 | 124 | </div> |
| 125 | 125 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/class-use/IPosition.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.data.IPosition (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.data.IPosition (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.data, interface: IPosition"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -214,7 +214,7 @@ loadScripts(document, 'script');</script> |
| 214 | 214 | </main> |
| 215 | 215 | <footer role="contentinfo"> |
| 216 | 216 | <hr> |
| 217 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 217 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 218 | 218 | </footer> |
| 219 | 219 | </div> |
| 220 | 220 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/class-use/IPositionFactory.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.data.IPositionFactory (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.data.IPositionFactory (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.data, interface: IPositionFactory"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -96,7 +96,7 @@ loadScripts(document, 'script');</script> |
| 96 | 96 | </main> |
| 97 | 97 | <footer role="contentinfo"> |
| 98 | 98 | <hr> |
| 99 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 99 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | 100 | </footer> |
| 101 | 101 | </div> |
| 102 | 102 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/class-use/IPositionOffset.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.data.IPositionOffset (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.data.IPositionOffset (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.data, interface: IPositionOffset"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -107,7 +107,7 @@ loadScripts(document, 'script');</script> |
| 107 | 107 | </main> |
| 108 | 108 | <footer role="contentinfo"> |
| 109 | 109 | <hr> |
| 110 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 110 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 111 | 111 | </footer> |
| 112 | 112 | </div> |
| 113 | 113 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/class-use/IPositionSnapped.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.data.IPositionSnapped (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.data.IPositionSnapped (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.data, interface: IPositionSnapped"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -86,7 +86,7 @@ loadScripts(document, 'script');</script> |
| 86 | 86 | </main> |
| 87 | 87 | <footer role="contentinfo"> |
| 88 | 88 | <hr> |
| 89 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 89 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 90 | 90 | </footer> |
| 91 | 91 | </div> |
| 92 | 92 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/class-use/IStartStopData.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.data.IStartStopData (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.data.IStartStopData (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.data, interface: IStartStopData"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -97,7 +97,7 @@ loadScripts(document, 'script');</script> |
| 97 | 97 | </main> |
| 98 | 98 | <footer role="contentinfo"> |
| 99 | 99 | <hr> |
| 100 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 101 | 101 | </footer> |
| 102 | 102 | </div> |
| 103 | 103 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/class-use/ITimeData.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.data.ITimeData (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.data.ITimeData (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.data, interface: ITimeData"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -133,7 +133,7 @@ loadScripts(document, 'script');</script> |
| 133 | 133 | </main> |
| 134 | 134 | <footer role="contentinfo"> |
| 135 | 135 | <hr> |
| 136 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 136 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 137 | 137 | </footer> |
| 138 | 138 | </div> |
| 139 | 139 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.data (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.data (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.data"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -149,7 +149,7 @@ loadScripts(document, 'script');</script> |
| 149 | 149 | </main> |
| 150 | 150 | <footer role="contentinfo"> |
| 151 | 151 | <hr> |
| 152 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 152 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 153 | 153 | </footer> |
| 154 | 154 | </div> |
| 155 | 155 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.data Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.data Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.model.lib.api.data"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -114,7 +114,7 @@ loadScripts(document, 'script');</script> |
| 114 | 114 | </main> |
| 115 | 115 | <footer role="contentinfo"> |
| 116 | 116 | <hr> |
| 117 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 117 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 118 | 118 | </footer> |
| 119 | 119 | </div> |
| 120 | 120 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/data/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.model.lib.api.data (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.model.lib.api.data (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.data"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -243,7 +243,7 @@ loadScripts(document, 'script');</script> |
| 243 | 243 | </main> |
| 244 | 244 | <footer role="contentinfo"> |
| 245 | 245 | <hr> |
| 246 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 246 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 247 | 247 | </footer> |
| 248 | 248 | </div> |
| 249 | 249 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/CreateModelException.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>CreateModelException (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>CreateModelException (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, class: CreateModelException"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -195,7 +195,7 @@ loadScripts(document, 'script');</script> |
| 195 | 195 | </main> |
| 196 | 196 | <footer role="contentinfo"> |
| 197 | 197 | <hr> |
| 198 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 198 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 199 | 199 | </footer> |
| 200 | 200 | </div> |
| 201 | 201 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/DataSource.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>DataSource (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>DataSource (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, enum: DataSource"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -243,7 +243,7 @@ not permitted.)</div> |
| 243 | 243 | </main> |
| 244 | 244 | <footer role="contentinfo"> |
| 245 | 245 | <hr> |
| 246 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 246 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 247 | 247 | </footer> |
| 248 | 248 | </div> |
| 249 | 249 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/EventType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>EventType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>EventType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, enum: EventType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -42,7 +42,7 @@ loadScripts(document, 'script');</script> |
| 42 | 42 | <ul> |
| 43 | 43 | <li><a href="#nested-class-summary">Nested</a></li> |
| 44 | 44 | <li><a href="#enum-constant-summary">Enum Constants</a></li> |
| 45 | -<li>Field</li> |
|
| 45 | +<li><a href="#field-summary">Field</a></li> |
|
| 46 | 46 | <li><a href="#method-summary">Method</a></li> |
| 47 | 47 | </ul> |
| 48 | 48 | </li> |
| ... | ... | @@ -50,7 +50,7 @@ loadScripts(document, 'script');</script> |
| 50 | 50 | <p>Detail:</p> |
| 51 | 51 | <ul> |
| 52 | 52 | <li><a href="#enum-constant-detail">Enum Constants</a></li> |
| 53 | -<li>Field</li> |
|
| 53 | +<li><a href="#field-detail">Field</a></li> |
|
| 54 | 54 | <li><a href="#method-detail">Method</a></li> |
| 55 | 55 | </ul> |
| 56 | 56 | </li> |
| ... | ... | @@ -62,13 +62,13 @@ loadScripts(document, 'script');</script> |
| 62 | 62 | <li>Summary: </li> |
| 63 | 63 | <li><a href="#nested-class-summary">Nested</a> | </li> |
| 64 | 64 | <li><a href="#enum-constant-summary">Enum Constants</a> | </li> |
| 65 | -<li>Field | </li> |
|
| 65 | +<li><a href="#field-summary">Field</a> | </li> |
|
| 66 | 66 | <li><a href="#method-summary">Method</a></li> |
| 67 | 67 | </ul> |
| 68 | 68 | <ul class="sub-nav-list"> |
| 69 | 69 | <li>Detail: </li> |
| 70 | 70 | <li><a href="#enum-constant-detail">Enum Constants</a> | </li> |
| 71 | -<li>Field | </li> |
|
| 71 | +<li><a href="#field-detail">Field</a> | </li> |
|
| 72 | 72 | <li><a href="#method-detail">Method</a></li> |
| 73 | 73 | </ul> |
| 74 | 74 | </div> |
| ... | ... | @@ -127,15 +127,42 @@ loadScripts(document, 'script');</script> |
| 127 | 127 | <div class="summary-table two-column-summary"> |
| 128 | 128 | <div class="table-header col-first">Enum Constant</div> |
| 129 | 129 | <div class="table-header col-last">Description</div> |
| 130 | -<div class="col-first even-row-color"><code><a href="#OFFSHORESAILING" class="member-name-link">OFFSHORESAILING</a></code></div> |
|
| 130 | +<div class="col-first even-row-color"><code><a href="#CANOE" class="member-name-link">CANOE</a></code></div> |
|
| 131 | 131 | <div class="col-last even-row-color"> </div> |
| 132 | -<div class="col-first odd-row-color"><code><a href="#ORIENTEERING" class="member-name-link">ORIENTEERING</a></code></div> |
|
| 132 | +<div class="col-first odd-row-color"><code><a href="#CYCLING" class="member-name-link">CYCLING</a></code></div> |
|
| 133 | 133 | <div class="col-last odd-row-color"> </div> |
| 134 | -<div class="col-first even-row-color"><code><a href="#ROUTE_SPORT" class="member-name-link">ROUTE_SPORT</a></code></div> |
|
| 134 | +<div class="col-first even-row-color"><code><a href="#EQUESTRIAN" class="member-name-link">EQUESTRIAN</a></code></div> |
|
| 135 | 135 | <div class="col-last even-row-color"> </div> |
| 136 | -<div class="col-first odd-row-color"><code><a href="#SAILING" class="member-name-link">SAILING</a></code></div> |
|
| 136 | +<div class="col-first odd-row-color"><code><a href="#KITE" class="member-name-link">KITE</a></code></div> |
|
| 137 | 137 | <div class="col-last odd-row-color"> </div> |
| 138 | -<div class="col-first even-row-color"><code><a href="#SKI" class="member-name-link">SKI</a></code></div> |
|
| 138 | +<div class="col-first even-row-color"><code><a href="#ORIENTEERING" class="member-name-link">ORIENTEERING</a></code></div> |
|
| 139 | +<div class="col-last even-row-color"> </div> |
|
| 140 | +<div class="col-first odd-row-color"><code><a href="#PADDLING" class="member-name-link">PADDLING</a></code></div> |
|
| 141 | +<div class="col-last odd-row-color"> </div> |
|
| 142 | +<div class="col-first even-row-color"><code><a href="#ROWING" class="member-name-link">ROWING</a></code></div> |
|
| 143 | +<div class="col-last even-row-color"> </div> |
|
| 144 | +<div class="col-first odd-row-color"><code><a href="#RUNNING" class="member-name-link">RUNNING</a></code></div> |
|
| 145 | +<div class="col-last odd-row-color"> </div> |
|
| 146 | +<div class="col-first even-row-color"><code><a href="#SAILING" class="member-name-link">SAILING</a></code></div> |
|
| 147 | +<div class="col-last even-row-color"> </div> |
|
| 148 | +<div class="col-first odd-row-color"><code><a href="#SKI" class="member-name-link">SKI</a></code></div> |
|
| 149 | +<div class="col-last odd-row-color"> </div> |
|
| 150 | +<div class="col-first even-row-color"><code><a href="#SWIMMING" class="member-name-link">SWIMMING</a></code></div> |
|
| 151 | +<div class="col-last even-row-color"> </div> |
|
| 152 | +</div> |
|
| 153 | +</section> |
|
| 154 | +</li> |
|
| 155 | +<!-- =========== FIELD SUMMARY =========== --> |
|
| 156 | +<li> |
|
| 157 | +<section class="field-summary" id="field-summary"> |
|
| 158 | +<h2>Field Summary</h2> |
|
| 159 | +<div class="caption"><span>Fields</span></div> |
|
| 160 | +<div class="summary-table three-column-summary"> |
|
| 161 | +<div class="table-header col-first">Modifier and Type</div> |
|
| 162 | +<div class="table-header col-second">Field</div> |
|
| 163 | +<div class="table-header col-last">Description</div> |
|
| 164 | +<div class="col-first even-row-color"><code>static final <a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a>[]</code></div> |
|
| 165 | +<div class="col-second even-row-color"><code><a href="#ROUTE_SPORTS" class="member-name-link">ROUTE_SPORTS</a></code></div> |
|
| 139 | 166 | <div class="col-last even-row-color"> </div> |
| 140 | 167 | </div> |
| 141 | 168 | </section> |
| ... | ... | @@ -164,6 +191,12 @@ loadScripts(document, 'script');</script> |
| 164 | 191 | <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> |
| 165 | 192 | <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getUuid()" class="member-name-link">getUuid</a>()</code></div> |
| 166 | 193 | <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div> |
| 194 | +<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static boolean</code></div> |
|
| 195 | +<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#isRouteSport(com.tractrac.model.lib.api.event.EventType)" class="member-name-link">isRouteSport</a><wbr>(<a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a> eventType)</code></div> |
|
| 196 | +<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> </div> |
|
| 197 | +<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static boolean</code></div> |
|
| 198 | +<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#isRouteSport(java.lang.String)" class="member-name-link">isRouteSport</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> eventType)</code></div> |
|
| 199 | +<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> </div> |
|
| 167 | 200 | <div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></code></div> |
| 168 | 201 | <div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#valueOf(java.lang.String)" class="member-name-link">valueOf</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> name)</code></div> |
| 169 | 202 | <div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"> |
| ... | ... | @@ -196,21 +229,27 @@ the order they are declared.</div> |
| 196 | 229 | <h2>Enum Constant Details</h2> |
| 197 | 230 | <ul class="member-list"> |
| 198 | 231 | <li> |
| 199 | -<section class="detail" id="SAILING"> |
|
| 200 | -<h3>SAILING</h3> |
|
| 201 | -<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span> <span class="element-name">SAILING</span></div> |
|
| 232 | +<section class="detail" id="CANOE"> |
|
| 233 | +<h3>CANOE</h3> |
|
| 234 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span> <span class="element-name">CANOE</span></div> |
|
| 202 | 235 | </section> |
| 203 | 236 | </li> |
| 204 | 237 | <li> |
| 205 | -<section class="detail" id="OFFSHORESAILING"> |
|
| 206 | -<h3>OFFSHORESAILING</h3> |
|
| 207 | -<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span> <span class="element-name">OFFSHORESAILING</span></div> |
|
| 238 | +<section class="detail" id="CYCLING"> |
|
| 239 | +<h3>CYCLING</h3> |
|
| 240 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span> <span class="element-name">CYCLING</span></div> |
|
| 208 | 241 | </section> |
| 209 | 242 | </li> |
| 210 | 243 | <li> |
| 211 | -<section class="detail" id="ROUTE_SPORT"> |
|
| 212 | -<h3>ROUTE_SPORT</h3> |
|
| 213 | -<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span> <span class="element-name">ROUTE_SPORT</span></div> |
|
| 244 | +<section class="detail" id="EQUESTRIAN"> |
|
| 245 | +<h3>EQUESTRIAN</h3> |
|
| 246 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span> <span class="element-name">EQUESTRIAN</span></div> |
|
| 247 | +</section> |
|
| 248 | +</li> |
|
| 249 | +<li> |
|
| 250 | +<section class="detail" id="KITE"> |
|
| 251 | +<h3>KITE</h3> |
|
| 252 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span> <span class="element-name">KITE</span></div> |
|
| 214 | 253 | </section> |
| 215 | 254 | </li> |
| 216 | 255 | <li> |
| ... | ... | @@ -220,11 +259,55 @@ the order they are declared.</div> |
| 220 | 259 | </section> |
| 221 | 260 | </li> |
| 222 | 261 | <li> |
| 262 | +<section class="detail" id="PADDLING"> |
|
| 263 | +<h3>PADDLING</h3> |
|
| 264 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span> <span class="element-name">PADDLING</span></div> |
|
| 265 | +</section> |
|
| 266 | +</li> |
|
| 267 | +<li> |
|
| 268 | +<section class="detail" id="ROWING"> |
|
| 269 | +<h3>ROWING</h3> |
|
| 270 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span> <span class="element-name">ROWING</span></div> |
|
| 271 | +</section> |
|
| 272 | +</li> |
|
| 273 | +<li> |
|
| 274 | +<section class="detail" id="RUNNING"> |
|
| 275 | +<h3>RUNNING</h3> |
|
| 276 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span> <span class="element-name">RUNNING</span></div> |
|
| 277 | +</section> |
|
| 278 | +</li> |
|
| 279 | +<li> |
|
| 280 | +<section class="detail" id="SAILING"> |
|
| 281 | +<h3>SAILING</h3> |
|
| 282 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span> <span class="element-name">SAILING</span></div> |
|
| 283 | +</section> |
|
| 284 | +</li> |
|
| 285 | +<li> |
|
| 223 | 286 | <section class="detail" id="SKI"> |
| 224 | 287 | <h3>SKI</h3> |
| 225 | 288 | <div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span> <span class="element-name">SKI</span></div> |
| 226 | 289 | </section> |
| 227 | 290 | </li> |
| 291 | +<li> |
|
| 292 | +<section class="detail" id="SWIMMING"> |
|
| 293 | +<h3>SWIMMING</h3> |
|
| 294 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span> <span class="element-name">SWIMMING</span></div> |
|
| 295 | +</section> |
|
| 296 | +</li> |
|
| 297 | +</ul> |
|
| 298 | +</section> |
|
| 299 | +</li> |
|
| 300 | +<!-- ============ FIELD DETAIL =========== --> |
|
| 301 | +<li> |
|
| 302 | +<section class="field-details" id="field-detail"> |
|
| 303 | +<h2>Field Details</h2> |
|
| 304 | +<ul class="member-list"> |
|
| 305 | +<li> |
|
| 306 | +<section class="detail" id="ROUTE_SPORTS"> |
|
| 307 | +<h3>ROUTE_SPORTS</h3> |
|
| 308 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a>[]</span> <span class="element-name">ROUTE_SPORTS</span></div> |
|
| 309 | +</section> |
|
| 310 | +</li> |
|
| 228 | 311 | </ul> |
| 229 | 312 | </section> |
| 230 | 313 | </li> |
| ... | ... | @@ -297,6 +380,18 @@ not permitted.)</div> |
| 297 | 380 | </dl> |
| 298 | 381 | </section> |
| 299 | 382 | </li> |
| 383 | +<li> |
|
| 384 | +<section class="detail" id="isRouteSport(com.tractrac.model.lib.api.event.EventType)"> |
|
| 385 | +<h3>isRouteSport</h3> |
|
| 386 | +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">boolean</span> <span class="element-name">isRouteSport</span><wbr><span class="parameters">(<a href="EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a> eventType)</span></div> |
|
| 387 | +</section> |
|
| 388 | +</li> |
|
| 389 | +<li> |
|
| 390 | +<section class="detail" id="isRouteSport(java.lang.String)"> |
|
| 391 | +<h3>isRouteSport</h3> |
|
| 392 | +<div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">boolean</span> <span class="element-name">isRouteSport</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> eventType)</span></div> |
|
| 393 | +</section> |
|
| 394 | +</li> |
|
| 300 | 395 | </ul> |
| 301 | 396 | </section> |
| 302 | 397 | </li> |
| ... | ... | @@ -306,7 +401,7 @@ not permitted.)</div> |
| 306 | 401 | </main> |
| 307 | 402 | <footer role="contentinfo"> |
| 308 | 403 | <hr> |
| 309 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 404 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 310 | 405 | </footer> |
| 311 | 406 | </div> |
| 312 | 407 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/ICompetitor.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ICompetitor (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ICompetitor (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, interface: ICompetitor"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -408,7 +408,7 @@ extends <a href="../INamed.html" title="interface in com.tractrac.model.lib.api" |
| 408 | 408 | </main> |
| 409 | 409 | <footer role="contentinfo"> |
| 410 | 410 | <hr> |
| 411 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 411 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 412 | 412 | </footer> |
| 413 | 413 | </div> |
| 414 | 414 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/ICompetitorClass.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ICompetitorClass (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ICompetitorClass (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, interface: ICompetitorClass"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -206,7 +206,7 @@ extends <a href="../INamed.html" title="interface in com.tractrac.model.lib.api" |
| 206 | 206 | </main> |
| 207 | 207 | <footer role="contentinfo"> |
| 208 | 208 | <hr> |
| 209 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 209 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 210 | 210 | </footer> |
| 211 | 211 | </div> |
| 212 | 212 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/IEvent.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IEvent (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IEvent (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, interface: IEvent"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -713,7 +713,7 @@ extends <a href="../INamed.html" title="interface in com.tractrac.model.lib.api" |
| 713 | 713 | </main> |
| 714 | 714 | <footer role="contentinfo"> |
| 715 | 715 | <hr> |
| 716 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 716 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 717 | 717 | </footer> |
| 718 | 718 | </div> |
| 719 | 719 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/IEventFactory.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IEventFactory (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IEventFactory (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, interface: IEventFactory"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -425,7 +425,7 @@ com.tractrac.util.lib.api.exceptions.TimeOutException</span></div> |
| 425 | 425 | </main> |
| 426 | 426 | <footer role="contentinfo"> |
| 427 | 427 | <hr> |
| 428 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 428 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 429 | 429 | </footer> |
| 430 | 430 | </div> |
| 431 | 431 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/IRace.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IRace (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IRace (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, interface: IRace"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -815,7 +815,7 @@ extends <a href="../INamed.html" title="interface in com.tractrac.model.lib.api" |
| 815 | 815 | </main> |
| 816 | 816 | <footer role="contentinfo"> |
| 817 | 817 | <hr> |
| 818 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 818 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 819 | 819 | </footer> |
| 820 | 820 | </div> |
| 821 | 821 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/IRaceCompetitor.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IRaceCompetitor (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IRaceCompetitor (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, interface: IRaceCompetitor"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -321,7 +321,7 @@ extends <a href="../metadata/IMetadataContainer.html" title="interface in com.tr |
| 321 | 321 | </main> |
| 322 | 322 | <footer role="contentinfo"> |
| 323 | 323 | <hr> |
| 324 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 324 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 325 | 325 | </footer> |
| 326 | 326 | </div> |
| 327 | 327 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/IRaceSerie.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IRaceSerie (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IRaceSerie (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, interface: IRaceSerie"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -170,7 +170,7 @@ extends <a href="../INamed.html" title="interface in com.tractrac.model.lib.api" |
| 170 | 170 | </main> |
| 171 | 171 | <footer role="contentinfo"> |
| 172 | 172 | <hr> |
| 173 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 173 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 174 | 174 | </footer> |
| 175 | 175 | </div> |
| 176 | 176 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/ITeam.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ITeam (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ITeam (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, interface: ITeam"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -232,7 +232,7 @@ extends <a href="../INamed.html" title="interface in com.tractrac.model.lib.api" |
| 232 | 232 | </main> |
| 233 | 233 | <footer role="contentinfo"> |
| 234 | 234 | <hr> |
| 235 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 235 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 236 | 236 | </footer> |
| 237 | 237 | </div> |
| 238 | 238 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>RaceCompetitorStatusType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>RaceCompetitorStatusType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, enum: RaceCompetitorStatusType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -125,13 +125,9 @@ loadScripts(document, 'script');</script> |
| 125 | 125 | <div class="summary-table two-column-summary"> |
| 126 | 126 | <div class="table-header col-first">Enum Constant</div> |
| 127 | 127 | <div class="table-header col-last">Description</div> |
| 128 | -<div class="col-first even-row-color"><code><a href="#ABANDONED" class="member-name-link">ABANDONED</a></code></div> |
|
| 128 | +<div class="col-first even-row-color"><code><a href="#BFD" class="member-name-link">BFD</a></code></div> |
|
| 129 | 129 | <div class="col-last even-row-color"> </div> |
| 130 | -<div class="col-first odd-row-color"><code><a href="#BFD" class="member-name-link">BFD</a></code></div> |
|
| 131 | -<div class="col-last odd-row-color"> </div> |
|
| 132 | -<div class="col-first even-row-color"><code><a href="#DCT" class="member-name-link">DCT</a></code></div> |
|
| 133 | -<div class="col-last even-row-color"> </div> |
|
| 134 | -<div class="col-first odd-row-color"><code><a href="#DISQUALIFIED" class="member-name-link">DISQUALIFIED</a></code></div> |
|
| 130 | +<div class="col-first odd-row-color"><code><a href="#DCT" class="member-name-link">DCT</a></code></div> |
|
| 135 | 131 | <div class="col-last odd-row-color"> </div> |
| 136 | 132 | <div class="col-first even-row-color"><code><a href="#DNC" class="member-name-link">DNC</a></code></div> |
| 137 | 133 | <div class="col-last even-row-color"> </div> |
| ... | ... | @@ -139,35 +135,35 @@ loadScripts(document, 'script');</script> |
| 139 | 135 | <div class="col-last odd-row-color"> </div> |
| 140 | 136 | <div class="col-first even-row-color"><code><a href="#DNF" class="member-name-link">DNF</a></code></div> |
| 141 | 137 | <div class="col-last even-row-color"> </div> |
| 142 | -<div class="col-first odd-row-color"><code><a href="#DONT_RACE" class="member-name-link">DONT_RACE</a></code></div> |
|
| 143 | -<div class="col-last odd-row-color"> </div> |
|
| 144 | -<div class="col-first even-row-color"><code><a href="#FIN" class="member-name-link">FIN</a></code></div> |
|
| 145 | -<div class="col-last even-row-color"> </div> |
|
| 146 | -<div class="col-first odd-row-color"><code><a href="#FINISH_CONFIRMED" class="member-name-link">FINISH_CONFIRMED</a></code></div> |
|
| 138 | +<div class="col-first odd-row-color"><code><a href="#DNS" class="member-name-link">DNS</a></code></div> |
|
| 147 | 139 | <div class="col-last odd-row-color"> </div> |
| 148 | -<div class="col-first even-row-color"><code><a href="#MIS" class="member-name-link">MIS</a></code></div> |
|
| 140 | +<div class="col-first even-row-color"><code><a href="#DPI" class="member-name-link">DPI</a></code></div> |
|
| 149 | 141 | <div class="col-last even-row-color"> </div> |
| 150 | -<div class="col-first odd-row-color"><code><a href="#NO_COLLECT" class="member-name-link">NO_COLLECT</a></code></div> |
|
| 142 | +<div class="col-first odd-row-color"><code><a href="#DSQ" class="member-name-link">DSQ</a></code></div> |
|
| 151 | 143 | <div class="col-last odd-row-color"> </div> |
| 152 | -<div class="col-first even-row-color"><code><a href="#NO_DATA" class="member-name-link">NO_DATA</a></code></div> |
|
| 144 | +<div class="col-first even-row-color"><code><a href="#FIN" class="member-name-link">FIN</a></code></div> |
|
| 153 | 145 | <div class="col-last even-row-color"> </div> |
| 154 | 146 | <div class="col-first odd-row-color"><code><a href="#NSC" class="member-name-link">NSC</a></code></div> |
| 155 | 147 | <div class="col-last odd-row-color"> </div> |
| 156 | 148 | <div class="col-first even-row-color"><code><a href="#OCS" class="member-name-link">OCS</a></code></div> |
| 157 | 149 | <div class="col-last even-row-color"> </div> |
| 158 | -<div class="col-first odd-row-color"><code><a href="#RACING" class="member-name-link">RACING</a></code></div> |
|
| 150 | +<div class="col-first odd-row-color"><code><a href="#RAC" class="member-name-link">RAC</a></code></div> |
|
| 159 | 151 | <div class="col-last odd-row-color"> </div> |
| 160 | 152 | <div class="col-first even-row-color"><code><a href="#RCT" class="member-name-link">RCT</a></code></div> |
| 161 | 153 | <div class="col-last even-row-color"> </div> |
| 162 | -<div class="col-first odd-row-color"><code><a href="#RETIRED" class="member-name-link">RETIRED</a></code></div> |
|
| 154 | +<div class="col-first odd-row-color"><code><a href="#RDG" class="member-name-link">RDG</a></code></div> |
|
| 155 | +<div class="col-last odd-row-color"> </div> |
|
| 156 | +<div class="col-first even-row-color"><code><a href="#RET" class="member-name-link">RET</a></code></div> |
|
| 157 | +<div class="col-last even-row-color"> </div> |
|
| 158 | +<div class="col-first odd-row-color"><code><a href="#SCP" class="member-name-link">SCP</a></code></div> |
|
| 163 | 159 | <div class="col-last odd-row-color"> </div> |
| 164 | -<div class="col-first even-row-color"><code><a href="#SCP" class="member-name-link">SCP</a></code></div> |
|
| 160 | +<div class="col-first even-row-color"><code><a href="#STP" class="member-name-link">STP</a></code></div> |
|
| 165 | 161 | <div class="col-last even-row-color"> </div> |
| 166 | -<div class="col-first odd-row-color"><code><a href="#STP" class="member-name-link">STP</a></code></div> |
|
| 162 | +<div class="col-first odd-row-color"><code><a href="#TLE" class="member-name-link">TLE</a></code></div> |
|
| 167 | 163 | <div class="col-last odd-row-color"> </div> |
| 168 | -<div class="col-first even-row-color"><code><a href="#TLE" class="member-name-link">TLE</a></code></div> |
|
| 164 | +<div class="col-first even-row-color"><code><a href="#UFD" class="member-name-link">UFD</a></code></div> |
|
| 169 | 165 | <div class="col-last even-row-color"> </div> |
| 170 | -<div class="col-first odd-row-color"><code><a href="#UFD" class="member-name-link">UFD</a></code></div> |
|
| 166 | +<div class="col-first odd-row-color"><code><a href="#ZFP" class="member-name-link">ZFP</a></code></div> |
|
| 171 | 167 | <div class="col-last odd-row-color"> </div> |
| 172 | 168 | </div> |
| 173 | 169 | </section> |
| ... | ... | @@ -230,51 +226,27 @@ the order they are declared.</div> |
| 230 | 226 | <h2>Enum Constant Details</h2> |
| 231 | 227 | <ul class="member-list"> |
| 232 | 228 | <li> |
| 233 | -<section class="detail" id="NO_DATA"> |
|
| 234 | -<h3>NO_DATA</h3> |
|
| 235 | -<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">NO_DATA</span></div> |
|
| 236 | -</section> |
|
| 237 | -</li> |
|
| 238 | -<li> |
|
| 239 | -<section class="detail" id="RACING"> |
|
| 240 | -<h3>RACING</h3> |
|
| 241 | -<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">RACING</span></div> |
|
| 242 | -</section> |
|
| 243 | -</li> |
|
| 244 | -<li> |
|
| 245 | -<section class="detail" id="DISQUALIFIED"> |
|
| 246 | -<h3>DISQUALIFIED</h3> |
|
| 247 | -<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">DISQUALIFIED</span></div> |
|
| 248 | -</section> |
|
| 249 | -</li> |
|
| 250 | -<li> |
|
| 251 | -<section class="detail" id="ABANDONED"> |
|
| 252 | -<h3>ABANDONED</h3> |
|
| 253 | -<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">ABANDONED</span></div> |
|
| 254 | -</section> |
|
| 255 | -</li> |
|
| 256 | -<li> |
|
| 257 | -<section class="detail" id="RETIRED"> |
|
| 258 | -<h3>RETIRED</h3> |
|
| 259 | -<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">RETIRED</span></div> |
|
| 229 | +<section class="detail" id="RAC"> |
|
| 230 | +<h3>RAC</h3> |
|
| 231 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">RAC</span></div> |
|
| 260 | 232 | </section> |
| 261 | 233 | </li> |
| 262 | 234 | <li> |
| 263 | -<section class="detail" id="DONT_RACE"> |
|
| 264 | -<h3>DONT_RACE</h3> |
|
| 265 | -<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">DONT_RACE</span></div> |
|
| 235 | +<section class="detail" id="DSQ"> |
|
| 236 | +<h3>DSQ</h3> |
|
| 237 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">DSQ</span></div> |
|
| 266 | 238 | </section> |
| 267 | 239 | </li> |
| 268 | 240 | <li> |
| 269 | -<section class="detail" id="NO_COLLECT"> |
|
| 270 | -<h3>NO_COLLECT</h3> |
|
| 271 | -<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">NO_COLLECT</span></div> |
|
| 241 | +<section class="detail" id="RET"> |
|
| 242 | +<h3>RET</h3> |
|
| 243 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">RET</span></div> |
|
| 272 | 244 | </section> |
| 273 | 245 | </li> |
| 274 | 246 | <li> |
| 275 | -<section class="detail" id="FINISH_CONFIRMED"> |
|
| 276 | -<h3>FINISH_CONFIRMED</h3> |
|
| 277 | -<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">FINISH_CONFIRMED</span></div> |
|
| 247 | +<section class="detail" id="DNS"> |
|
| 248 | +<h3>DNS</h3> |
|
| 249 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">DNS</span></div> |
|
| 278 | 250 | </section> |
| 279 | 251 | </li> |
| 280 | 252 | <li> |
| ... | ... | @@ -284,12 +256,6 @@ the order they are declared.</div> |
| 284 | 256 | </section> |
| 285 | 257 | </li> |
| 286 | 258 | <li> |
| 287 | -<section class="detail" id="MIS"> |
|
| 288 | -<h3>MIS</h3> |
|
| 289 | -<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">MIS</span></div> |
|
| 290 | -</section> |
|
| 291 | -</li> |
|
| 292 | -<li> |
|
| 293 | 259 | <section class="detail" id="FIN"> |
| 294 | 260 | <h3>FIN</h3> |
| 295 | 261 | <div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">FIN</span></div> |
| ... | ... | @@ -361,6 +327,24 @@ the order they are declared.</div> |
| 361 | 327 | <div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">DNE</span></div> |
| 362 | 328 | </section> |
| 363 | 329 | </li> |
| 330 | +<li> |
|
| 331 | +<section class="detail" id="DPI"> |
|
| 332 | +<h3>DPI</h3> |
|
| 333 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">DPI</span></div> |
|
| 334 | +</section> |
|
| 335 | +</li> |
|
| 336 | +<li> |
|
| 337 | +<section class="detail" id="RDG"> |
|
| 338 | +<h3>RDG</h3> |
|
| 339 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">RDG</span></div> |
|
| 340 | +</section> |
|
| 341 | +</li> |
|
| 342 | +<li> |
|
| 343 | +<section class="detail" id="ZFP"> |
|
| 344 | +<h3>ZFP</h3> |
|
| 345 | +<div class="member-signature"><span class="modifiers">public static final</span> <span class="return-type"><a href="RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></span> <span class="element-name">ZFP</span></div> |
|
| 346 | +</section> |
|
| 347 | +</li> |
|
| 364 | 348 | </ul> |
| 365 | 349 | </section> |
| 366 | 350 | </li> |
| ... | ... | @@ -439,7 +423,7 @@ not permitted.)</div> |
| 439 | 423 | </main> |
| 440 | 424 | <footer role="contentinfo"> |
| 441 | 425 | <hr> |
| 442 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 426 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 443 | 427 | </footer> |
| 444 | 428 | </div> |
| 445 | 429 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/RaceLoadingException.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>RaceLoadingException (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>RaceLoadingException (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, class: RaceLoadingException"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -167,7 +167,7 @@ loadScripts(document, 'script');</script> |
| 167 | 167 | </main> |
| 168 | 168 | <footer role="contentinfo"> |
| 169 | 169 | <hr> |
| 170 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 170 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 171 | 171 | </footer> |
| 172 | 172 | </div> |
| 173 | 173 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/RaceStatusType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>RaceStatusType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>RaceStatusType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, enum: RaceStatusType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -320,7 +320,7 @@ not permitted.)</div> |
| 320 | 320 | </main> |
| 321 | 321 | <footer role="contentinfo"> |
| 322 | 322 | <hr> |
| 323 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 323 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 324 | 324 | </footer> |
| 325 | 325 | </div> |
| 326 | 326 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/RaceVisibilityType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>RaceVisibilityType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>RaceVisibilityType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, enum: RaceVisibilityType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -390,7 +390,7 @@ not permitted.)</div> |
| 390 | 390 | </main> |
| 391 | 391 | <footer role="contentinfo"> |
| 392 | 392 | <hr> |
| 393 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 393 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 394 | 394 | </footer> |
| 395 | 395 | </div> |
| 396 | 396 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/StartTimeType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>StartTimeType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>StartTimeType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event, enum: StartTimeType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -269,7 +269,7 @@ not permitted.)</div> |
| 269 | 269 | </main> |
| 270 | 270 | <footer role="contentinfo"> |
| 271 | 271 | <hr> |
| 272 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 272 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 273 | 273 | </footer> |
| 274 | 274 | </div> |
| 275 | 275 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/CreateModelException.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Class com.tractrac.model.lib.api.event.CreateModelException (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Class com.tractrac.model.lib.api.event.CreateModelException (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, class: CreateModelException"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -147,7 +147,7 @@ loadScripts(document, 'script');</script> |
| 147 | 147 | </main> |
| 148 | 148 | <footer role="contentinfo"> |
| 149 | 149 | <hr> |
| 150 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 150 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 151 | 151 | </footer> |
| 152 | 152 | </div> |
| 153 | 153 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/DataSource.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Enum Class com.tractrac.model.lib.api.event.DataSource (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Enum Class com.tractrac.model.lib.api.event.DataSource (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, enum: DataSource"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -121,7 +121,7 @@ the order they are declared.</div> |
| 121 | 121 | </main> |
| 122 | 122 | <footer role="contentinfo"> |
| 123 | 123 | <hr> |
| 124 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 124 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 125 | 125 | </footer> |
| 126 | 126 | </div> |
| 127 | 127 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/EventType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Enum Class com.tractrac.model.lib.api.event.EventType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Enum Class com.tractrac.model.lib.api.event.EventType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, enum: EventType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -67,6 +67,15 @@ loadScripts(document, 'script');</script> |
| 67 | 67 | <li> |
| 68 | 68 | <section class="detail" id="com.tractrac.model.lib.api.event"> |
| 69 | 69 | <h2>Uses of <a href="../EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a> in <a href="../package-summary.html">com.tractrac.model.lib.api.event</a></h2> |
| 70 | +<div class="caption"><span>Fields in <a href="../package-summary.html">com.tractrac.model.lib.api.event</a> declared as <a href="../EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span></div> |
|
| 71 | +<div class="summary-table three-column-summary"> |
|
| 72 | +<div class="table-header col-first">Modifier and Type</div> |
|
| 73 | +<div class="table-header col-second">Field</div> |
|
| 74 | +<div class="table-header col-last">Description</div> |
|
| 75 | +<div class="col-first even-row-color"><code>static final <a href="../EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a>[]</code></div> |
|
| 76 | +<div class="col-second even-row-color"><span class="type-name-label">EventType.</span><code><a href="../EventType.html#ROUTE_SPORTS" class="member-name-link">ROUTE_SPORTS</a></code></div> |
|
| 77 | +<div class="col-last even-row-color"> </div> |
|
| 78 | +</div> |
|
| 70 | 79 | <div class="caption"><span>Methods in <a href="../package-summary.html">com.tractrac.model.lib.api.event</a> that return <a href="../EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span></div> |
| 71 | 80 | <div class="summary-table three-column-summary"> |
| 72 | 81 | <div class="table-header col-first">Modifier and Type</div> |
| ... | ... | @@ -99,6 +108,15 @@ loadScripts(document, 'script');</script> |
| 99 | 108 | the order they are declared.</div> |
| 100 | 109 | </div> |
| 101 | 110 | </div> |
| 111 | +<div class="caption"><span>Methods in <a href="../package-summary.html">com.tractrac.model.lib.api.event</a> with parameters of type <a href="../EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></span></div> |
|
| 112 | +<div class="summary-table three-column-summary"> |
|
| 113 | +<div class="table-header col-first">Modifier and Type</div> |
|
| 114 | +<div class="table-header col-second">Method</div> |
|
| 115 | +<div class="table-header col-last">Description</div> |
|
| 116 | +<div class="col-first even-row-color"><code>static boolean</code></div> |
|
| 117 | +<div class="col-second even-row-color"><span class="type-name-label">EventType.</span><code><a href="../EventType.html#isRouteSport(com.tractrac.model.lib.api.event.EventType)" class="member-name-link">isRouteSport</a><wbr>(<a href="../EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a> eventType)</code></div> |
|
| 118 | +<div class="col-last even-row-color"> </div> |
|
| 119 | +</div> |
|
| 102 | 120 | </section> |
| 103 | 121 | </li> |
| 104 | 122 | </ul> |
| ... | ... | @@ -106,7 +124,7 @@ the order they are declared.</div> |
| 106 | 124 | </main> |
| 107 | 125 | <footer role="contentinfo"> |
| 108 | 126 | <hr> |
| 109 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 127 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 110 | 128 | </footer> |
| 111 | 129 | </div> |
| 112 | 130 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/ICompetitor.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.event.ICompetitor (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.event.ICompetitor (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, interface: ICompetitor"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -157,7 +157,7 @@ loadScripts(document, 'script');</script> |
| 157 | 157 | </main> |
| 158 | 158 | <footer role="contentinfo"> |
| 159 | 159 | <hr> |
| 160 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 160 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 161 | 161 | </footer> |
| 162 | 162 | </div> |
| 163 | 163 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/ICompetitorClass.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.event.ICompetitorClass (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.event.ICompetitorClass (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, interface: ICompetitorClass"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -97,7 +97,7 @@ loadScripts(document, 'script');</script> |
| 97 | 97 | </main> |
| 98 | 98 | <footer role="contentinfo"> |
| 99 | 99 | <hr> |
| 100 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 101 | 101 | </footer> |
| 102 | 102 | </div> |
| 103 | 103 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/IEvent.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.event.IEvent (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.event.IEvent (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, interface: IEvent"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -163,7 +163,7 @@ loadScripts(document, 'script');</script> |
| 163 | 163 | </main> |
| 164 | 164 | <footer role="contentinfo"> |
| 165 | 165 | <hr> |
| 166 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 166 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 167 | 167 | </footer> |
| 168 | 168 | </div> |
| 169 | 169 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/IEventFactory.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.event.IEventFactory (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.event.IEventFactory (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, interface: IEventFactory"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -96,7 +96,7 @@ loadScripts(document, 'script');</script> |
| 96 | 96 | </main> |
| 97 | 97 | <footer role="contentinfo"> |
| 98 | 98 | <hr> |
| 99 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 99 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | 100 | </footer> |
| 101 | 101 | </div> |
| 102 | 102 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/IRace.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.event.IRace (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.event.IRace (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, interface: IRace"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -268,7 +268,7 @@ loadScripts(document, 'script');</script> |
| 268 | 268 | </main> |
| 269 | 269 | <footer role="contentinfo"> |
| 270 | 270 | <hr> |
| 271 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 271 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 272 | 272 | </footer> |
| 273 | 273 | </div> |
| 274 | 274 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/IRaceCompetitor.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.event.IRaceCompetitor (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.event.IRaceCompetitor (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, interface: IRaceCompetitor"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -209,7 +209,7 @@ loadScripts(document, 'script');</script> |
| 209 | 209 | </main> |
| 210 | 210 | <footer role="contentinfo"> |
| 211 | 211 | <hr> |
| 212 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 212 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 213 | 213 | </footer> |
| 214 | 214 | </div> |
| 215 | 215 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/IRaceSerie.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.event.IRaceSerie (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.event.IRaceSerie (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, interface: IRaceSerie"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -97,7 +97,7 @@ loadScripts(document, 'script');</script> |
| 97 | 97 | </main> |
| 98 | 98 | <footer role="contentinfo"> |
| 99 | 99 | <hr> |
| 100 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 101 | 101 | </footer> |
| 102 | 102 | </div> |
| 103 | 103 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/ITeam.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.event.ITeam (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.event.ITeam (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, interface: ITeam"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -97,7 +97,7 @@ loadScripts(document, 'script');</script> |
| 97 | 97 | </main> |
| 98 | 98 | <footer role="contentinfo"> |
| 99 | 99 | <hr> |
| 100 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 101 | 101 | </footer> |
| 102 | 102 | </div> |
| 103 | 103 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/RaceCompetitorStatusType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Enum Class com.tractrac.model.lib.api.event.RaceCompetitorStatusType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Enum Class com.tractrac.model.lib.api.event.RaceCompetitorStatusType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, enum: RaceCompetitorStatusType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -102,7 +102,7 @@ the order they are declared.</div> |
| 102 | 102 | </main> |
| 103 | 103 | <footer role="contentinfo"> |
| 104 | 104 | <hr> |
| 105 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 105 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 106 | 106 | </footer> |
| 107 | 107 | </div> |
| 108 | 108 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/RaceLoadingException.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Class com.tractrac.model.lib.api.event.RaceLoadingException (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Class com.tractrac.model.lib.api.event.RaceLoadingException (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, class: RaceLoadingException"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -86,7 +86,7 @@ loadScripts(document, 'script');</script> |
| 86 | 86 | </main> |
| 87 | 87 | <footer role="contentinfo"> |
| 88 | 88 | <hr> |
| 89 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 89 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 90 | 90 | </footer> |
| 91 | 91 | </div> |
| 92 | 92 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/RaceStatusType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Enum Class com.tractrac.model.lib.api.event.RaceStatusType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Enum Class com.tractrac.model.lib.api.event.RaceStatusType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, enum: RaceStatusType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -112,7 +112,7 @@ the order they are declared.</div> |
| 112 | 112 | </main> |
| 113 | 113 | <footer role="contentinfo"> |
| 114 | 114 | <hr> |
| 115 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 115 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 116 | 116 | </footer> |
| 117 | 117 | </div> |
| 118 | 118 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/RaceVisibilityType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Enum Class com.tractrac.model.lib.api.event.RaceVisibilityType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Enum Class com.tractrac.model.lib.api.event.RaceVisibilityType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, enum: RaceVisibilityType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -107,7 +107,7 @@ the order they are declared.</div> |
| 107 | 107 | </main> |
| 108 | 108 | <footer role="contentinfo"> |
| 109 | 109 | <hr> |
| 110 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 110 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 111 | 111 | </footer> |
| 112 | 112 | </div> |
| 113 | 113 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/class-use/StartTimeType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Enum Class com.tractrac.model.lib.api.event.StartTimeType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Enum Class com.tractrac.model.lib.api.event.StartTimeType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event, enum: StartTimeType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -102,7 +102,7 @@ the order they are declared.</div> |
| 102 | 102 | </main> |
| 103 | 103 | <footer role="contentinfo"> |
| 104 | 104 | <hr> |
| 105 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 105 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 106 | 106 | </footer> |
| 107 | 107 | </div> |
| 108 | 108 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.event (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.event (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.event"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -181,7 +181,7 @@ loadScripts(document, 'script');</script> |
| 181 | 181 | </main> |
| 182 | 182 | <footer role="contentinfo"> |
| 183 | 183 | <hr> |
| 184 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 184 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 185 | 185 | </footer> |
| 186 | 186 | </div> |
| 187 | 187 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.event Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.event Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.model.lib.api.event"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -150,7 +150,7 @@ loadScripts(document, 'script');</script> |
| 150 | 150 | </main> |
| 151 | 151 | <footer role="contentinfo"> |
| 152 | 152 | <hr> |
| 153 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 153 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 154 | 154 | </footer> |
| 155 | 155 | </div> |
| 156 | 156 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/event/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.model.lib.api.event (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.model.lib.api.event (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.event"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -280,7 +280,7 @@ loadScripts(document, 'script');</script> |
| 280 | 280 | </main> |
| 281 | 281 | <footer role="contentinfo"> |
| 282 | 282 | <hr> |
| 283 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 283 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 284 | 284 | </footer> |
| 285 | 285 | </div> |
| 286 | 286 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/map/IMapItem.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IMapItem (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IMapItem (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.map, interface: IMapItem"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -262,7 +262,7 @@ extends <a href="../INamed.html" title="interface in com.tractrac.model.lib.api" |
| 262 | 262 | </main> |
| 263 | 263 | <footer role="contentinfo"> |
| 264 | 264 | <hr> |
| 265 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 265 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 266 | 266 | </footer> |
| 267 | 267 | </div> |
| 268 | 268 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/map/IPositionedItem.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IPositionedItem (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IPositionedItem (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.map, interface: IPositionedItem"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -208,7 +208,7 @@ extends <a href="../INamed.html" title="interface in com.tractrac.model.lib.api" |
| 208 | 208 | </main> |
| 209 | 209 | <footer role="contentinfo"> |
| 210 | 210 | <hr> |
| 211 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 211 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 212 | 212 | </footer> |
| 213 | 213 | </div> |
| 214 | 214 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/map/MapItemType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>MapItemType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>MapItemType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.map, enum: MapItemType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -272,7 +272,7 @@ not permitted.)</div> |
| 272 | 272 | </main> |
| 273 | 273 | <footer role="contentinfo"> |
| 274 | 274 | <hr> |
| 275 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 275 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 276 | 276 | </footer> |
| 277 | 277 | </div> |
| 278 | 278 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/map/class-use/IMapItem.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.map.IMapItem (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.map.IMapItem (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.map, interface: IMapItem"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -209,7 +209,7 @@ loadScripts(document, 'script');</script> |
| 209 | 209 | </main> |
| 210 | 210 | <footer role="contentinfo"> |
| 211 | 211 | <hr> |
| 212 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 212 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 213 | 213 | </footer> |
| 214 | 214 | </div> |
| 215 | 215 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/map/class-use/IPositionedItem.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.map.IPositionedItem (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.map.IPositionedItem (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.map, interface: IPositionedItem"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -146,7 +146,7 @@ loadScripts(document, 'script');</script> |
| 146 | 146 | </main> |
| 147 | 147 | <footer role="contentinfo"> |
| 148 | 148 | <hr> |
| 149 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 149 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 150 | 150 | </footer> |
| 151 | 151 | </div> |
| 152 | 152 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/map/class-use/MapItemType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Enum Class com.tractrac.model.lib.api.map.MapItemType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Enum Class com.tractrac.model.lib.api.map.MapItemType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.map, enum: MapItemType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -99,7 +99,7 @@ the order they are declared.</div> |
| 99 | 99 | </main> |
| 100 | 100 | <footer role="contentinfo"> |
| 101 | 101 | <hr> |
| 102 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 102 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 103 | 103 | </footer> |
| 104 | 104 | </div> |
| 105 | 105 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/map/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.map (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.map (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.map"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -115,7 +115,7 @@ loadScripts(document, 'script');</script> |
| 115 | 115 | </main> |
| 116 | 116 | <footer role="contentinfo"> |
| 117 | 117 | <hr> |
| 118 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 118 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 119 | 119 | </footer> |
| 120 | 120 | </div> |
| 121 | 121 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/map/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.map Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.map Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.model.lib.api.map"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -108,7 +108,7 @@ loadScripts(document, 'script');</script> |
| 108 | 108 | </main> |
| 109 | 109 | <footer role="contentinfo"> |
| 110 | 110 | <hr> |
| 111 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 111 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 112 | 112 | </footer> |
| 113 | 113 | </div> |
| 114 | 114 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/map/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.model.lib.api.map (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.model.lib.api.map (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.map"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -184,7 +184,7 @@ loadScripts(document, 'script');</script> |
| 184 | 184 | </main> |
| 185 | 185 | <footer role="contentinfo"> |
| 186 | 186 | <hr> |
| 187 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 187 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 188 | 188 | </footer> |
| 189 | 189 | </div> |
| 190 | 190 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/metadata/IMetadata.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IMetadata (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IMetadata (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.metadata, interface: IMetadata"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -174,7 +174,7 @@ loadScripts(document, 'script');</script> |
| 174 | 174 | </main> |
| 175 | 175 | <footer role="contentinfo"> |
| 176 | 176 | <hr> |
| 177 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 177 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 178 | 178 | </footer> |
| 179 | 179 | </div> |
| 180 | 180 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/metadata/IMetadataContainer.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IMetadataContainer (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IMetadataContainer (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.metadata, interface: IMetadataContainer"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -169,7 +169,7 @@ extends <a href="IPropertiesContainer.html" title="interface in com.tractrac.mod |
| 169 | 169 | </main> |
| 170 | 170 | <footer role="contentinfo"> |
| 171 | 171 | <hr> |
| 172 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 172 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 173 | 173 | </footer> |
| 174 | 174 | </div> |
| 175 | 175 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/metadata/IMetadataFactory.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IMetadataFactory (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IMetadataFactory (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.metadata, interface: IMetadataFactory"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -163,7 +163,7 @@ extends com.tractrac.common.lib.api.service.IServiceProvider</span></div> |
| 163 | 163 | </main> |
| 164 | 164 | <footer role="contentinfo"> |
| 165 | 165 | <hr> |
| 166 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 166 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 167 | 167 | </footer> |
| 168 | 168 | </div> |
| 169 | 169 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/metadata/IPropertiesContainer.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IPropertiesContainer (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IPropertiesContainer (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.metadata, interface: IPropertiesContainer"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -153,7 +153,7 @@ loadScripts(document, 'script');</script> |
| 153 | 153 | </main> |
| 154 | 154 | <footer role="contentinfo"> |
| 155 | 155 | <hr> |
| 156 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 156 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 157 | 157 | </footer> |
| 158 | 158 | </div> |
| 159 | 159 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/metadata/class-use/IMetadata.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.metadata.IMetadata (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.metadata.IMetadata (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.metadata, interface: IMetadata"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -90,7 +90,7 @@ loadScripts(document, 'script');</script> |
| 90 | 90 | </main> |
| 91 | 91 | <footer role="contentinfo"> |
| 92 | 92 | <hr> |
| 93 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 93 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 94 | 94 | </footer> |
| 95 | 95 | </div> |
| 96 | 96 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/metadata/class-use/IMetadataContainer.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.metadata.IMetadataContainer (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.metadata.IMetadataContainer (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.metadata, interface: IMetadataContainer"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -157,7 +157,7 @@ loadScripts(document, 'script');</script> |
| 157 | 157 | </main> |
| 158 | 158 | <footer role="contentinfo"> |
| 159 | 159 | <hr> |
| 160 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 160 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 161 | 161 | </footer> |
| 162 | 162 | </div> |
| 163 | 163 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/metadata/class-use/IMetadataFactory.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.metadata.IMetadataFactory (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.metadata.IMetadataFactory (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.metadata, interface: IMetadataFactory"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -96,7 +96,7 @@ loadScripts(document, 'script');</script> |
| 96 | 96 | </main> |
| 97 | 97 | <footer role="contentinfo"> |
| 98 | 98 | <hr> |
| 99 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 99 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | 100 | </footer> |
| 101 | 101 | </div> |
| 102 | 102 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/metadata/class-use/IPropertiesContainer.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.metadata.IPropertiesContainer (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.metadata.IPropertiesContainer (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.metadata, interface: IPropertiesContainer"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -178,7 +178,7 @@ loadScripts(document, 'script');</script> |
| 178 | 178 | </main> |
| 179 | 179 | <footer role="contentinfo"> |
| 180 | 180 | <hr> |
| 181 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 181 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 182 | 182 | </footer> |
| 183 | 183 | </div> |
| 184 | 184 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/metadata/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.metadata (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.metadata (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.metadata"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -122,7 +122,7 @@ loadScripts(document, 'script');</script> |
| 122 | 122 | </main> |
| 123 | 123 | <footer role="contentinfo"> |
| 124 | 124 | <hr> |
| 125 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 125 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 126 | 126 | </footer> |
| 127 | 127 | </div> |
| 128 | 128 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/metadata/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.metadata Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.metadata Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.model.lib.api.metadata"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -75,7 +75,7 @@ loadScripts(document, 'script');</script> |
| 75 | 75 | </main> |
| 76 | 76 | <footer role="contentinfo"> |
| 77 | 77 | <hr> |
| 78 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 78 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 79 | 79 | </footer> |
| 80 | 80 | </div> |
| 81 | 81 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/metadata/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.model.lib.api.metadata (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.model.lib.api.metadata (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.metadata"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -161,7 +161,7 @@ loadScripts(document, 'script');</script> |
| 161 | 161 | </main> |
| 162 | 162 | <footer role="contentinfo"> |
| 163 | 163 | <hr> |
| 164 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 164 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 165 | 165 | </footer> |
| 166 | 166 | </div> |
| 167 | 167 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -157,7 +157,7 @@ loadScripts(document, 'script');</script> |
| 157 | 157 | </main> |
| 158 | 158 | <footer role="contentinfo"> |
| 159 | 159 | <hr> |
| 160 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 160 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 161 | 161 | </footer> |
| 162 | 162 | </div> |
| 163 | 163 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.model.lib.api"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -83,7 +83,7 @@ loadScripts(document, 'script');</script> |
| 83 | 83 | </main> |
| 84 | 84 | <footer role="contentinfo"> |
| 85 | 85 | <hr> |
| 86 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 86 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 87 | 87 | </footer> |
| 88 | 88 | </div> |
| 89 | 89 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.model.lib.api (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.model.lib.api (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -145,7 +145,7 @@ loadScripts(document, 'script');</script> |
| 145 | 145 | </main> |
| 146 | 146 | <footer role="contentinfo"> |
| 147 | 147 | <hr> |
| 148 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 148 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 149 | 149 | </footer> |
| 150 | 150 | </div> |
| 151 | 151 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/IControlRoute.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IControlRoute (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IControlRoute (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.route, interface: IControlRoute"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -222,7 +222,7 @@ extends <a href="IRoute.html" title="interface in com.tractrac.model.lib.api.rou |
| 222 | 222 | </main> |
| 223 | 223 | <footer role="contentinfo"> |
| 224 | 224 | <hr> |
| 225 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 225 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 226 | 226 | </footer> |
| 227 | 227 | </div> |
| 228 | 228 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/IPathRoute.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IPathRoute (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IPathRoute (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.route, interface: IPathRoute"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -214,7 +214,7 @@ extends <a href="IRoute.html" title="interface in com.tractrac.model.lib.api.rou |
| 214 | 214 | </main> |
| 215 | 215 | <footer role="contentinfo"> |
| 216 | 216 | <hr> |
| 217 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 217 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 218 | 218 | </footer> |
| 219 | 219 | </div> |
| 220 | 220 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/IPathRouteFactory.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IPathRouteFactory (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IPathRouteFactory (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.route, interface: IPathRouteFactory"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -164,7 +164,7 @@ extends com.tractrac.common.lib.api.service.IServiceProvider</span></div> |
| 164 | 164 | </main> |
| 165 | 165 | <footer role="contentinfo"> |
| 166 | 166 | <hr> |
| 167 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 167 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 168 | 168 | </footer> |
| 169 | 169 | </div> |
| 170 | 170 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/IPathSegment.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IPathSegment (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IPathSegment (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.route, interface: IPathSegment"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -205,7 +205,7 @@ loadScripts(document, 'script');</script> |
| 205 | 205 | </main> |
| 206 | 206 | <footer role="contentinfo"> |
| 207 | 207 | <hr> |
| 208 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 208 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 209 | 209 | </footer> |
| 210 | 210 | </div> |
| 211 | 211 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/IRoute.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IRoute (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IRoute (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.route, interface: IRoute"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -200,7 +200,7 @@ extends <a href="../INamed.html" title="interface in com.tractrac.model.lib.api" |
| 200 | 200 | </main> |
| 201 | 201 | <footer role="contentinfo"> |
| 202 | 202 | <hr> |
| 203 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 203 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 204 | 204 | </footer> |
| 205 | 205 | </div> |
| 206 | 206 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/ISegment.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ISegment (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ISegment (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.route, interface: ISegment"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -183,7 +183,7 @@ extends <a href="../INamed.html" title="interface in com.tractrac.model.lib.api" |
| 183 | 183 | </main> |
| 184 | 184 | <footer role="contentinfo"> |
| 185 | 185 | <hr> |
| 186 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 186 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 187 | 187 | </footer> |
| 188 | 188 | </div> |
| 189 | 189 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/class-use/IControlRoute.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.route.IControlRoute (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.route.IControlRoute (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.route, interface: IControlRoute"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -86,7 +86,7 @@ loadScripts(document, 'script');</script> |
| 86 | 86 | </main> |
| 87 | 87 | <footer role="contentinfo"> |
| 88 | 88 | <hr> |
| 89 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 89 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 90 | 90 | </footer> |
| 91 | 91 | </div> |
| 92 | 92 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/class-use/IPathRoute.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.route.IPathRoute (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.route.IPathRoute (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.route, interface: IPathRoute"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -107,7 +107,7 @@ loadScripts(document, 'script');</script> |
| 107 | 107 | </main> |
| 108 | 108 | <footer role="contentinfo"> |
| 109 | 109 | <hr> |
| 110 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 110 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 111 | 111 | </footer> |
| 112 | 112 | </div> |
| 113 | 113 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/class-use/IPathRouteFactory.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.route.IPathRouteFactory (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.route.IPathRouteFactory (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.route, interface: IPathRouteFactory"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -96,7 +96,7 @@ loadScripts(document, 'script');</script> |
| 96 | 96 | </main> |
| 97 | 97 | <footer role="contentinfo"> |
| 98 | 98 | <hr> |
| 99 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 99 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | 100 | </footer> |
| 101 | 101 | </div> |
| 102 | 102 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/class-use/IPathSegment.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.route.IPathSegment (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.route.IPathSegment (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.route, interface: IPathSegment"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -86,7 +86,7 @@ loadScripts(document, 'script');</script> |
| 86 | 86 | </main> |
| 87 | 87 | <footer role="contentinfo"> |
| 88 | 88 | <hr> |
| 89 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 89 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 90 | 90 | </footer> |
| 91 | 91 | </div> |
| 92 | 92 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/class-use/IRoute.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.route.IRoute (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.route.IRoute (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.route, interface: IRoute"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -162,7 +162,7 @@ loadScripts(document, 'script');</script> |
| 162 | 162 | </main> |
| 163 | 163 | <footer role="contentinfo"> |
| 164 | 164 | <hr> |
| 165 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 165 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 166 | 166 | </footer> |
| 167 | 167 | </div> |
| 168 | 168 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/class-use/ISegment.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.route.ISegment (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.route.ISegment (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.route, interface: ISegment"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -85,7 +85,7 @@ loadScripts(document, 'script');</script> |
| 85 | 85 | </main> |
| 86 | 86 | <footer role="contentinfo"> |
| 87 | 87 | <hr> |
| 88 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 88 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 89 | 89 | </footer> |
| 90 | 90 | </div> |
| 91 | 91 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.route (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.route (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.route"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -136,7 +136,7 @@ loadScripts(document, 'script');</script> |
| 136 | 136 | </main> |
| 137 | 137 | <footer role="contentinfo"> |
| 138 | 138 | <hr> |
| 139 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 139 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 140 | 140 | </footer> |
| 141 | 141 | </div> |
| 142 | 142 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.route Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.route Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.model.lib.api.route"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -103,7 +103,7 @@ loadScripts(document, 'script');</script> |
| 103 | 103 | </main> |
| 104 | 104 | <footer role="contentinfo"> |
| 105 | 105 | <hr> |
| 106 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 106 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 107 | 107 | </footer> |
| 108 | 108 | </div> |
| 109 | 109 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/route/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.model.lib.api.route (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.model.lib.api.route (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.route"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -179,7 +179,7 @@ loadScripts(document, 'script');</script> |
| 179 | 179 | </main> |
| 180 | 180 | <footer role="contentinfo"> |
| 181 | 181 | <hr> |
| 182 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 182 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 183 | 183 | </footer> |
| 184 | 184 | </div> |
| 185 | 185 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/sensor/ISensorData.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ISensorData (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ISensorData (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.sensor, interface: ISensorData"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -320,7 +320,7 @@ extends <a href="../data/ITimeData.html" title="interface in com.tractrac.model. |
| 320 | 320 | </main> |
| 321 | 321 | <footer role="contentinfo"> |
| 322 | 322 | <hr> |
| 323 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 323 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 324 | 324 | </footer> |
| 325 | 325 | </div> |
| 326 | 326 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/sensor/class-use/ISensorData.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.sensor.ISensorData (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.sensor.ISensorData (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.sensor, interface: ISensorData"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -109,7 +109,7 @@ loadScripts(document, 'script');</script> |
| 109 | 109 | </main> |
| 110 | 110 | <footer role="contentinfo"> |
| 111 | 111 | <hr> |
| 112 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 112 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 113 | 113 | </footer> |
| 114 | 114 | </div> |
| 115 | 115 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/sensor/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.sensor (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.sensor (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.sensor"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -111,7 +111,7 @@ loadScripts(document, 'script');</script> |
| 111 | 111 | </main> |
| 112 | 112 | <footer role="contentinfo"> |
| 113 | 113 | <hr> |
| 114 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 114 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 115 | 115 | </footer> |
| 116 | 116 | </div> |
| 117 | 117 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/sensor/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.sensor Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.sensor Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.model.lib.api.sensor"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -69,7 +69,7 @@ loadScripts(document, 'script');</script> |
| 69 | 69 | </main> |
| 70 | 70 | <footer role="contentinfo"> |
| 71 | 71 | <hr> |
| 72 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 72 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 73 | 73 | </footer> |
| 74 | 74 | </div> |
| 75 | 75 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/sensor/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.model.lib.api.sensor (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.model.lib.api.sensor (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.sensor"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -102,7 +102,7 @@ loadScripts(document, 'script');</script> |
| 102 | 102 | </main> |
| 103 | 103 | <footer role="contentinfo"> |
| 104 | 104 | <hr> |
| 105 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 105 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 106 | 106 | </footer> |
| 107 | 107 | </div> |
| 108 | 108 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/spatial/ICoordinate.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ICoordinate (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ICoordinate (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.spatial, interface: ICoordinate"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -259,7 +259,7 @@ loadScripts(document, 'script');</script> |
| 259 | 259 | </main> |
| 260 | 260 | <footer role="contentinfo"> |
| 261 | 261 | <hr> |
| 262 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 262 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 263 | 263 | </footer> |
| 264 | 264 | </div> |
| 265 | 265 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/spatial/ICoordinateSequence.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ICoordinateSequence (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ICoordinateSequence (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.spatial, interface: ICoordinateSequence"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -209,7 +209,7 @@ loadScripts(document, 'script');</script> |
| 209 | 209 | </main> |
| 210 | 210 | <footer role="contentinfo"> |
| 211 | 211 | <hr> |
| 212 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 212 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 213 | 213 | </footer> |
| 214 | 214 | </div> |
| 215 | 215 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/spatial/IExtent.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IExtent (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IExtent (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.spatial, interface: IExtent"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -244,7 +244,7 @@ loadScripts(document, 'script');</script> |
| 244 | 244 | </main> |
| 245 | 245 | <footer role="contentinfo"> |
| 246 | 246 | <hr> |
| 247 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 247 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 248 | 248 | </footer> |
| 249 | 249 | </div> |
| 250 | 250 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/spatial/IGeoCoordinate.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IGeoCoordinate (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IGeoCoordinate (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.spatial, interface: IGeoCoordinate"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -279,7 +279,7 @@ loadScripts(document, 'script');</script> |
| 279 | 279 | </main> |
| 280 | 280 | <footer role="contentinfo"> |
| 281 | 281 | <hr> |
| 282 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 282 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 283 | 283 | </footer> |
| 284 | 284 | </div> |
| 285 | 285 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/spatial/ISimplePosition.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ISimplePosition (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ISimplePosition (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.spatial, interface: ISimplePosition"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -172,7 +172,7 @@ loadScripts(document, 'script');</script> |
| 172 | 172 | </main> |
| 173 | 173 | <footer role="contentinfo"> |
| 174 | 174 | <hr> |
| 175 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 175 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 176 | 176 | </footer> |
| 177 | 177 | </div> |
| 178 | 178 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/spatial/class-use/ICoordinate.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.spatial.ICoordinate (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.spatial.ICoordinate (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.spatial, interface: ICoordinate"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -168,7 +168,7 @@ loadScripts(document, 'script');</script> |
| 168 | 168 | </main> |
| 169 | 169 | <footer role="contentinfo"> |
| 170 | 170 | <hr> |
| 171 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 171 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 172 | 172 | </footer> |
| 173 | 173 | </div> |
| 174 | 174 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/spatial/class-use/ICoordinateSequence.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.spatial.ICoordinateSequence (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.spatial.ICoordinateSequence (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.spatial, interface: ICoordinateSequence"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -85,7 +85,7 @@ loadScripts(document, 'script');</script> |
| 85 | 85 | </main> |
| 86 | 86 | <footer role="contentinfo"> |
| 87 | 87 | <hr> |
| 88 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 88 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 89 | 89 | </footer> |
| 90 | 90 | </div> |
| 91 | 91 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/spatial/class-use/IExtent.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.spatial.IExtent (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.spatial.IExtent (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.spatial, interface: IExtent"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -111,7 +111,7 @@ loadScripts(document, 'script');</script> |
| 111 | 111 | </main> |
| 112 | 112 | <footer role="contentinfo"> |
| 113 | 113 | <hr> |
| 114 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 114 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 115 | 115 | </footer> |
| 116 | 116 | </div> |
| 117 | 117 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/spatial/class-use/IGeoCoordinate.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.spatial.IGeoCoordinate (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.spatial.IGeoCoordinate (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.spatial, interface: IGeoCoordinate"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -92,7 +92,7 @@ loadScripts(document, 'script');</script> |
| 92 | 92 | </main> |
| 93 | 93 | <footer role="contentinfo"> |
| 94 | 94 | <hr> |
| 95 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 95 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 96 | 96 | </footer> |
| 97 | 97 | </div> |
| 98 | 98 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/spatial/class-use/ISimplePosition.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.model.lib.api.spatial.ISimplePosition (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.model.lib.api.spatial.ISimplePosition (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.spatial, interface: ISimplePosition"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -83,7 +83,7 @@ loadScripts(document, 'script');</script> |
| 83 | 83 | </main> |
| 84 | 84 | <footer role="contentinfo"> |
| 85 | 85 | <hr> |
| 86 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 86 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 87 | 87 | </footer> |
| 88 | 88 | </div> |
| 89 | 89 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/spatial/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.spatial (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.spatial (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.model.lib.api.spatial"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -127,7 +127,7 @@ loadScripts(document, 'script');</script> |
| 127 | 127 | </main> |
| 128 | 128 | <footer role="contentinfo"> |
| 129 | 129 | <hr> |
| 130 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 130 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 131 | 131 | </footer> |
| 132 | 132 | </div> |
| 133 | 133 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/spatial/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.model.lib.api.spatial Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.model.lib.api.spatial Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.model.lib.api.spatial"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -69,7 +69,7 @@ loadScripts(document, 'script');</script> |
| 69 | 69 | </main> |
| 70 | 70 | <footer role="contentinfo"> |
| 71 | 71 | <hr> |
| 72 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 72 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 73 | 73 | </footer> |
| 74 | 74 | </div> |
| 75 | 75 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/model/lib/api/spatial/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.model.lib.api.spatial (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.model.lib.api.spatial (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.model.lib.api.spatial"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -166,7 +166,7 @@ loadScripts(document, 'script');</script> |
| 166 | 166 | </main> |
| 167 | 167 | <footer role="contentinfo"> |
| 168 | 168 | <hr> |
| 169 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 169 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 170 | 170 | </footer> |
| 171 | 171 | </div> |
| 172 | 172 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/IEventSubscriber.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IEventSubscriber (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IEventSubscriber (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api, interface: IEventSubscriber"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -366,7 +366,7 @@ extends <a href="ISubscriber.html" title="interface in com.tractrac.subscription |
| 366 | 366 | </main> |
| 367 | 367 | <footer role="contentinfo"> |
| 368 | 368 | <hr> |
| 369 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 369 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 370 | 370 | </footer> |
| 371 | 371 | </div> |
| 372 | 372 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/IRaceSubscriber.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IRaceSubscriber (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IRaceSubscriber (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api, interface: IRaceSubscriber"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -878,7 +878,7 @@ extends <a href="ISubscriber.html" title="interface in com.tractrac.subscription |
| 878 | 878 | </main> |
| 879 | 879 | <footer role="contentinfo"> |
| 880 | 880 | <hr> |
| 881 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 881 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 882 | 882 | </footer> |
| 883 | 883 | </div> |
| 884 | 884 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/ISubscriber.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ISubscriber (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ISubscriber (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api, interface: ISubscriber"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -216,7 +216,7 @@ loadScripts(document, 'script');</script> |
| 216 | 216 | </main> |
| 217 | 217 | <footer role="contentinfo"> |
| 218 | 218 | <hr> |
| 219 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 219 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 220 | 220 | </footer> |
| 221 | 221 | </div> |
| 222 | 222 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/ISubscriberFactory.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ISubscriberFactory (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ISubscriberFactory (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api, interface: ISubscriberFactory"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -400,7 +400,7 @@ extends com.tractrac.common.lib.api.service.IServiceProvider</span></div> |
| 400 | 400 | </main> |
| 401 | 401 | <footer role="contentinfo"> |
| 402 | 402 | <hr> |
| 403 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 403 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 404 | 404 | </footer> |
| 405 | 405 | </div> |
| 406 | 406 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/ISubscriberListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ISubscriberListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ISubscriberListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api, interface: ISubscriberListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -107,7 +107,7 @@ loadScripts(document, 'script');</script> |
| 107 | 107 | </main> |
| 108 | 108 | <footer role="contentinfo"> |
| 109 | 109 | <hr> |
| 110 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 110 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 111 | 111 | </footer> |
| 112 | 112 | </div> |
| 113 | 113 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/SubscriberInitializationException.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>SubscriberInitializationException (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>SubscriberInitializationException (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api, class: SubscriberInitializationException"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -204,7 +204,7 @@ loadScripts(document, 'script');</script> |
| 204 | 204 | </main> |
| 205 | 205 | <footer role="contentinfo"> |
| 206 | 206 | <hr> |
| 207 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 207 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 208 | 208 | </footer> |
| 209 | 209 | </div> |
| 210 | 210 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/SubscriptionLocator.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>SubscriptionLocator (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>SubscriptionLocator (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api, class: SubscriptionLocator"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -221,7 +221,7 @@ loadScripts(document, 'script');</script> |
| 221 | 221 | </main> |
| 222 | 222 | <footer role="contentinfo"> |
| 223 | 223 | <hr> |
| 224 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 224 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 225 | 225 | </footer> |
| 226 | 226 | </div> |
| 227 | 227 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/class-use/IEventSubscriber.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.IEventSubscriber (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.IEventSubscriber (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api, interface: IEventSubscriber"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -96,7 +96,7 @@ loadScripts(document, 'script');</script> |
| 96 | 96 | </main> |
| 97 | 97 | <footer role="contentinfo"> |
| 98 | 98 | <hr> |
| 99 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 99 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | 100 | </footer> |
| 101 | 101 | </div> |
| 102 | 102 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/class-use/IRaceSubscriber.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.IRaceSubscriber (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.IRaceSubscriber (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api, interface: IRaceSubscriber"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -122,7 +122,7 @@ loadScripts(document, 'script');</script> |
| 122 | 122 | </main> |
| 123 | 123 | <footer role="contentinfo"> |
| 124 | 124 | <hr> |
| 125 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 125 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 126 | 126 | </footer> |
| 127 | 127 | </div> |
| 128 | 128 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/class-use/ISubscriber.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.ISubscriber (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.ISubscriber (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api, interface: ISubscriber"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -92,7 +92,7 @@ loadScripts(document, 'script');</script> |
| 92 | 92 | </main> |
| 93 | 93 | <footer role="contentinfo"> |
| 94 | 94 | <hr> |
| 95 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 95 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 96 | 96 | </footer> |
| 97 | 97 | </div> |
| 98 | 98 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/class-use/ISubscriberFactory.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.ISubscriberFactory (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.ISubscriberFactory (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api, interface: ISubscriberFactory"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -96,7 +96,7 @@ loadScripts(document, 'script');</script> |
| 96 | 96 | </main> |
| 97 | 97 | <footer role="contentinfo"> |
| 98 | 98 | <hr> |
| 99 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 99 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | 100 | </footer> |
| 101 | 101 | </div> |
| 102 | 102 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/class-use/ISubscriberListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.ISubscriberListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.ISubscriberListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api, interface: ISubscriberListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -248,7 +248,7 @@ loadScripts(document, 'script');</script> |
| 248 | 248 | </main> |
| 249 | 249 | <footer role="contentinfo"> |
| 250 | 250 | <hr> |
| 251 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 251 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 252 | 252 | </footer> |
| 253 | 253 | </div> |
| 254 | 254 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/class-use/SubscriberInitializationException.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Class com.tractrac.subscription.lib.api.SubscriberInitializationException (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Class com.tractrac.subscription.lib.api.SubscriberInitializationException (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api, class: SubscriberInitializationException"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -138,7 +138,7 @@ loadScripts(document, 'script');</script> |
| 138 | 138 | </main> |
| 139 | 139 | <footer role="contentinfo"> |
| 140 | 140 | <hr> |
| 141 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 141 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 142 | 142 | </footer> |
| 143 | 143 | </div> |
| 144 | 144 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/class-use/SubscriptionLocator.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Class com.tractrac.subscription.lib.api.SubscriptionLocator (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Class com.tractrac.subscription.lib.api.SubscriptionLocator (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api, class: SubscriptionLocator"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -55,7 +55,7 @@ loadScripts(document, 'script');</script> |
| 55 | 55 | No usage of com.tractrac.subscription.lib.api.SubscriptionLocator</main> |
| 56 | 56 | <footer role="contentinfo"> |
| 57 | 57 | <hr> |
| 58 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 58 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 59 | 59 | </footer> |
| 60 | 60 | </div> |
| 61 | 61 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/competitor/ICompetitorSensorDataListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ICompetitorSensorDataListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ICompetitorSensorDataListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.competitor, interface: ICompetitorSensorDataListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -152,7 +152,7 @@ loadScripts(document, 'script');</script> |
| 152 | 152 | </main> |
| 153 | 153 | <footer role="contentinfo"> |
| 154 | 154 | <hr> |
| 155 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 155 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 156 | 156 | </footer> |
| 157 | 157 | </div> |
| 158 | 158 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/competitor/ICompetitorsListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ICompetitorsListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ICompetitorsListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.competitor, interface: ICompetitorsListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -199,7 +199,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 199 | 199 | </main> |
| 200 | 200 | <footer role="contentinfo"> |
| 201 | 201 | <hr> |
| 202 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 202 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 203 | 203 | </footer> |
| 204 | 204 | </div> |
| 205 | 205 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/competitor/IPositionListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IPositionListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IPositionListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.competitor, interface: IPositionListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -165,7 +165,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 165 | 165 | </main> |
| 166 | 166 | <footer role="contentinfo"> |
| 167 | 167 | <hr> |
| 168 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 168 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 169 | 169 | </footer> |
| 170 | 170 | </div> |
| 171 | 171 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/competitor/IPositionOffsetListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IPositionOffsetListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IPositionOffsetListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.competitor, interface: IPositionOffsetListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -165,7 +165,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 165 | 165 | </main> |
| 166 | 166 | <footer role="contentinfo"> |
| 167 | 167 | <hr> |
| 168 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 168 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 169 | 169 | </footer> |
| 170 | 170 | </div> |
| 171 | 171 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/competitor/IPositionSnappedListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IPositionSnappedListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IPositionSnappedListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.competitor, interface: IPositionSnappedListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -165,7 +165,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 165 | 165 | </main> |
| 166 | 166 | <footer role="contentinfo"> |
| 167 | 167 | <hr> |
| 168 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 168 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 169 | 169 | </footer> |
| 170 | 170 | </div> |
| 171 | 171 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/competitor/class-use/ICompetitorSensorDataListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.competitor.ICompetitorSensorDataListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.competitor.ICompetitorSensorDataListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.competitor, interface: ICompetitorSensorDataListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -97,7 +97,7 @@ loadScripts(document, 'script');</script> |
| 97 | 97 | </main> |
| 98 | 98 | <footer role="contentinfo"> |
| 99 | 99 | <hr> |
| 100 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 101 | 101 | </footer> |
| 102 | 102 | </div> |
| 103 | 103 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/competitor/class-use/ICompetitorsListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.competitor.ICompetitorsListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.competitor.ICompetitorsListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.competitor, interface: ICompetitorsListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -92,7 +92,7 @@ loadScripts(document, 'script');</script> |
| 92 | 92 | </main> |
| 93 | 93 | <footer role="contentinfo"> |
| 94 | 94 | <hr> |
| 95 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 95 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 96 | 96 | </footer> |
| 97 | 97 | </div> |
| 98 | 98 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/competitor/class-use/IPositionListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.competitor.IPositionListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.competitor.IPositionListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.competitor, interface: IPositionListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -111,7 +111,7 @@ loadScripts(document, 'script');</script> |
| 111 | 111 | </main> |
| 112 | 112 | <footer role="contentinfo"> |
| 113 | 113 | <hr> |
| 114 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 114 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 115 | 115 | </footer> |
| 116 | 116 | </div> |
| 117 | 117 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/competitor/class-use/IPositionOffsetListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.competitor.IPositionOffsetListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.competitor.IPositionOffsetListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.competitor, interface: IPositionOffsetListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -98,7 +98,7 @@ loadScripts(document, 'script');</script> |
| 98 | 98 | </main> |
| 99 | 99 | <footer role="contentinfo"> |
| 100 | 100 | <hr> |
| 101 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 101 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 102 | 102 | </footer> |
| 103 | 103 | </div> |
| 104 | 104 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/competitor/class-use/IPositionSnappedListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.competitor.IPositionSnappedListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.competitor.IPositionSnappedListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.competitor, interface: IPositionSnappedListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -113,7 +113,7 @@ loadScripts(document, 'script');</script> |
| 113 | 113 | </main> |
| 114 | 114 | <footer role="contentinfo"> |
| 115 | 115 | <hr> |
| 116 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 116 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 117 | 117 | </footer> |
| 118 | 118 | </div> |
| 119 | 119 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/competitor/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api.competitor (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api.competitor (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.competitor"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -153,7 +153,7 @@ loadScripts(document, 'script');</script> |
| 153 | 153 | </main> |
| 154 | 154 | <footer role="contentinfo"> |
| 155 | 155 | <hr> |
| 156 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 156 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 157 | 157 | </footer> |
| 158 | 158 | </div> |
| 159 | 159 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/competitor/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api.competitor Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api.competitor Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.subscription.lib.api.competitor"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -73,7 +73,7 @@ loadScripts(document, 'script');</script> |
| 73 | 73 | </main> |
| 74 | 74 | <footer role="contentinfo"> |
| 75 | 75 | <hr> |
| 76 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 76 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 77 | 77 | </footer> |
| 78 | 78 | </div> |
| 79 | 79 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/competitor/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.subscription.lib.api.competitor (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.subscription.lib.api.competitor (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.competitor"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -103,7 +103,7 @@ loadScripts(document, 'script');</script> |
| 103 | 103 | </main> |
| 104 | 104 | <footer role="contentinfo"> |
| 105 | 105 | <hr> |
| 106 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 106 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 107 | 107 | </footer> |
| 108 | 108 | </div> |
| 109 | 109 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/control/IControlPassingsListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IControlPassingsListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IControlPassingsListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.control, interface: IControlPassingsListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -168,7 +168,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 168 | 168 | </main> |
| 169 | 169 | <footer role="contentinfo"> |
| 170 | 170 | <hr> |
| 171 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 171 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 172 | 172 | </footer> |
| 173 | 173 | </div> |
| 174 | 174 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/control/IControlPointSensorDataListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IControlPointSensorDataListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IControlPointSensorDataListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.control, interface: IControlPointSensorDataListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -157,7 +157,7 @@ loadScripts(document, 'script');</script> |
| 157 | 157 | </main> |
| 158 | 158 | <footer role="contentinfo"> |
| 159 | 159 | <hr> |
| 160 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 160 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 161 | 161 | </footer> |
| 162 | 162 | </div> |
| 163 | 163 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/control/IControlRouteChangeListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IControlRouteChangeListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IControlRouteChangeListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.control, interface: IControlRouteChangeListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -183,7 +183,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 183 | 183 | </main> |
| 184 | 184 | <footer role="contentinfo"> |
| 185 | 185 | <hr> |
| 186 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 186 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 187 | 187 | </footer> |
| 188 | 188 | </div> |
| 189 | 189 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/control/class-use/IControlPassingsListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.control.IControlPassingsListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.control.IControlPassingsListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.control, interface: IControlPassingsListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -96,7 +96,7 @@ loadScripts(document, 'script');</script> |
| 96 | 96 | </main> |
| 97 | 97 | <footer role="contentinfo"> |
| 98 | 98 | <hr> |
| 99 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 99 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | 100 | </footer> |
| 101 | 101 | </div> |
| 102 | 102 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/control/class-use/IControlPointSensorDataListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.control.IControlPointSensorDataListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.control.IControlPointSensorDataListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.control, interface: IControlPointSensorDataListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -98,7 +98,7 @@ loadScripts(document, 'script');</script> |
| 98 | 98 | </main> |
| 99 | 99 | <footer role="contentinfo"> |
| 100 | 100 | <hr> |
| 101 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 101 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 102 | 102 | </footer> |
| 103 | 103 | </div> |
| 104 | 104 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/control/class-use/IControlRouteChangeListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.control.IControlRouteChangeListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.control.IControlRouteChangeListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.control, interface: IControlRouteChangeListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -90,7 +90,7 @@ loadScripts(document, 'script');</script> |
| 90 | 90 | </main> |
| 91 | 91 | <footer role="contentinfo"> |
| 92 | 92 | <hr> |
| 93 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 93 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 94 | 94 | </footer> |
| 95 | 95 | </div> |
| 96 | 96 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/control/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api.control (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api.control (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.control"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -142,7 +142,7 @@ loadScripts(document, 'script');</script> |
| 142 | 142 | </main> |
| 143 | 143 | <footer role="contentinfo"> |
| 144 | 144 | <hr> |
| 145 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 145 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 146 | 146 | </footer> |
| 147 | 147 | </div> |
| 148 | 148 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/control/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api.control Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api.control Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.subscription.lib.api.control"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -71,7 +71,7 @@ loadScripts(document, 'script');</script> |
| 71 | 71 | </main> |
| 72 | 72 | <footer role="contentinfo"> |
| 73 | 73 | <hr> |
| 74 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 74 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 75 | 75 | </footer> |
| 76 | 76 | </div> |
| 77 | 77 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/control/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.subscription.lib.api.control (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.subscription.lib.api.control (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.control"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -92,7 +92,7 @@ loadScripts(document, 'script');</script> |
| 92 | 92 | </main> |
| 93 | 93 | <footer role="contentinfo"> |
| 94 | 94 | <hr> |
| 95 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 95 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 96 | 96 | </footer> |
| 97 | 97 | </div> |
| 98 | 98 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/IConnectionStatusListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IConnectionStatusListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IConnectionStatusListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.event, interface: IConnectionStatusListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -201,7 +201,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 201 | 201 | </main> |
| 202 | 202 | <footer role="contentinfo"> |
| 203 | 203 | <hr> |
| 204 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 204 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 205 | 205 | </footer> |
| 206 | 206 | </div> |
| 207 | 207 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/IEventMessageListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IEventMessageListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IEventMessageListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.event, interface: IEventMessageListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -167,7 +167,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 167 | 167 | </main> |
| 168 | 168 | <footer role="contentinfo"> |
| 169 | 169 | <hr> |
| 170 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 170 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 171 | 171 | </footer> |
| 172 | 172 | </div> |
| 173 | 173 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/ILiveDataEvent.StatusType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ILiveDataEvent.StatusType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ILiveDataEvent.StatusType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.event, interface: ILiveDataEvent, enum: StatusType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -251,7 +251,7 @@ not permitted.)</div> |
| 251 | 251 | </main> |
| 252 | 252 | <footer role="contentinfo"> |
| 253 | 253 | <hr> |
| 254 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 254 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 255 | 255 | </footer> |
| 256 | 256 | </div> |
| 257 | 257 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/ILiveDataEvent.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>ILiveDataEvent (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>ILiveDataEvent (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.event, interface: ILiveDataEvent"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -185,7 +185,7 @@ loadScripts(document, 'script');</script> |
| 185 | 185 | </main> |
| 186 | 186 | <footer role="contentinfo"> |
| 187 | 187 | <hr> |
| 188 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 188 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 189 | 189 | </footer> |
| 190 | 190 | </div> |
| 191 | 191 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/IMessage.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IMessage (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IMessage (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.event, interface: IMessage"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -150,7 +150,7 @@ loadScripts(document, 'script');</script> |
| 150 | 150 | </main> |
| 151 | 151 | <footer role="contentinfo"> |
| 152 | 152 | <hr> |
| 153 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 153 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 154 | 154 | </footer> |
| 155 | 155 | </div> |
| 156 | 156 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/IServerTimeListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IServerTimeListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IServerTimeListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.event, interface: IServerTimeListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -164,7 +164,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 164 | 164 | </main> |
| 165 | 165 | <footer role="contentinfo"> |
| 166 | 166 | <hr> |
| 167 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 167 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 168 | 168 | </footer> |
| 169 | 169 | </div> |
| 170 | 170 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/IStoredDataEvent.Type.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IStoredDataEvent.Type (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IStoredDataEvent.Type (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.event, interface: IStoredDataEvent, enum: Type"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -263,7 +263,7 @@ not permitted.)</div> |
| 263 | 263 | </main> |
| 264 | 264 | <footer role="contentinfo"> |
| 265 | 265 | <hr> |
| 266 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 266 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 267 | 267 | </footer> |
| 268 | 268 | </div> |
| 269 | 269 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/IStoredDataEvent.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IStoredDataEvent (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IStoredDataEvent (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.event, interface: IStoredDataEvent"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -203,7 +203,7 @@ loadScripts(document, 'script');</script> |
| 203 | 203 | </main> |
| 204 | 204 | <footer role="contentinfo"> |
| 205 | 205 | <hr> |
| 206 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 206 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 207 | 207 | </footer> |
| 208 | 208 | </div> |
| 209 | 209 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/class-use/IConnectionStatusListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.event.IConnectionStatusListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.event.IConnectionStatusListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.event, interface: IConnectionStatusListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -90,7 +90,7 @@ loadScripts(document, 'script');</script> |
| 90 | 90 | </main> |
| 91 | 91 | <footer role="contentinfo"> |
| 92 | 92 | <hr> |
| 93 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 93 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 94 | 94 | </footer> |
| 95 | 95 | </div> |
| 96 | 96 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/class-use/IEventMessageListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.event.IEventMessageListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.event.IEventMessageListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.event, interface: IEventMessageListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -90,7 +90,7 @@ loadScripts(document, 'script');</script> |
| 90 | 90 | </main> |
| 91 | 91 | <footer role="contentinfo"> |
| 92 | 92 | <hr> |
| 93 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 93 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 94 | 94 | </footer> |
| 95 | 95 | </div> |
| 96 | 96 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/class-use/ILiveDataEvent.StatusType.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Enum Class com.tractrac.subscription.lib.api.event.ILiveDataEvent.StatusType (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Enum Class com.tractrac.subscription.lib.api.event.ILiveDataEvent.StatusType (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.event, interface: ILiveDataEvent, enum: StatusType"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -96,7 +96,7 @@ the order they are declared.</div> |
| 96 | 96 | </main> |
| 97 | 97 | <footer role="contentinfo"> |
| 98 | 98 | <hr> |
| 99 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 99 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | 100 | </footer> |
| 101 | 101 | </div> |
| 102 | 102 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/class-use/ILiveDataEvent.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.event.ILiveDataEvent (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.event.ILiveDataEvent (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.event, interface: ILiveDataEvent"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -85,7 +85,7 @@ loadScripts(document, 'script');</script> |
| 85 | 85 | </main> |
| 86 | 86 | <footer role="contentinfo"> |
| 87 | 87 | <hr> |
| 88 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 88 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 89 | 89 | </footer> |
| 90 | 90 | </div> |
| 91 | 91 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/class-use/IMessage.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.event.IMessage (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.event.IMessage (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.event, interface: IMessage"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -55,7 +55,7 @@ loadScripts(document, 'script');</script> |
| 55 | 55 | No usage of com.tractrac.subscription.lib.api.event.IMessage</main> |
| 56 | 56 | <footer role="contentinfo"> |
| 57 | 57 | <hr> |
| 58 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 58 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 59 | 59 | </footer> |
| 60 | 60 | </div> |
| 61 | 61 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/class-use/IServerTimeListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.event.IServerTimeListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.event.IServerTimeListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.event, interface: IServerTimeListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -90,7 +90,7 @@ loadScripts(document, 'script');</script> |
| 90 | 90 | </main> |
| 91 | 91 | <footer role="contentinfo"> |
| 92 | 92 | <hr> |
| 93 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 93 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 94 | 94 | </footer> |
| 95 | 95 | </div> |
| 96 | 96 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/class-use/IStoredDataEvent.Type.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Enum Class com.tractrac.subscription.lib.api.event.IStoredDataEvent.Type (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Enum Class com.tractrac.subscription.lib.api.event.IStoredDataEvent.Type (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.event, interface: IStoredDataEvent, enum: Type"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -96,7 +96,7 @@ the order they are declared.</div> |
| 96 | 96 | </main> |
| 97 | 97 | <footer role="contentinfo"> |
| 98 | 98 | <hr> |
| 99 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 99 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 100 | 100 | </footer> |
| 101 | 101 | </div> |
| 102 | 102 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/class-use/IStoredDataEvent.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.event.IStoredDataEvent (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.event.IStoredDataEvent (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.event, interface: IStoredDataEvent"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -85,7 +85,7 @@ loadScripts(document, 'script');</script> |
| 85 | 85 | </main> |
| 86 | 86 | <footer role="contentinfo"> |
| 87 | 87 | <hr> |
| 88 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 88 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 89 | 89 | </footer> |
| 90 | 90 | </div> |
| 91 | 91 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api.event (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api.event (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.event"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -169,7 +169,7 @@ loadScripts(document, 'script');</script> |
| 169 | 169 | </main> |
| 170 | 170 | <footer role="contentinfo"> |
| 171 | 171 | <hr> |
| 172 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 172 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 173 | 173 | </footer> |
| 174 | 174 | </div> |
| 175 | 175 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api.event Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api.event Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.subscription.lib.api.event"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -89,7 +89,7 @@ loadScripts(document, 'script');</script> |
| 89 | 89 | </main> |
| 90 | 90 | <footer role="contentinfo"> |
| 91 | 91 | <hr> |
| 92 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 92 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 93 | 93 | </footer> |
| 94 | 94 | </div> |
| 95 | 95 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/event/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.subscription.lib.api.event (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.subscription.lib.api.event (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.event"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -126,7 +126,7 @@ loadScripts(document, 'script');</script> |
| 126 | 126 | </main> |
| 127 | 127 | <footer role="contentinfo"> |
| 128 | 128 | <hr> |
| 129 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 129 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 130 | 130 | </footer> |
| 131 | 131 | </div> |
| 132 | 132 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/map/IMapItemsListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IMapItemsListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IMapItemsListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.map, interface: IMapItemsListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -199,7 +199,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 199 | 199 | </main> |
| 200 | 200 | <footer role="contentinfo"> |
| 201 | 201 | <hr> |
| 202 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 202 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 203 | 203 | </footer> |
| 204 | 204 | </div> |
| 205 | 205 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/map/IPositionedItemPositionListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IPositionedItemPositionListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IPositionedItemPositionListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.map, interface: IPositionedItemPositionListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -165,7 +165,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 165 | 165 | </main> |
| 166 | 166 | <footer role="contentinfo"> |
| 167 | 167 | <hr> |
| 168 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 168 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 169 | 169 | </footer> |
| 170 | 170 | </div> |
| 171 | 171 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/map/class-use/IMapItemsListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.map.IMapItemsListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.map.IMapItemsListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.map, interface: IMapItemsListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -92,7 +92,7 @@ loadScripts(document, 'script');</script> |
| 92 | 92 | </main> |
| 93 | 93 | <footer role="contentinfo"> |
| 94 | 94 | <hr> |
| 95 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 95 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 96 | 96 | </footer> |
| 97 | 97 | </div> |
| 98 | 98 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/map/class-use/IPositionedItemPositionListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.map.IPositionedItemPositionListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.map.IPositionedItemPositionListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.map, interface: IPositionedItemPositionListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -98,7 +98,7 @@ loadScripts(document, 'script');</script> |
| 98 | 98 | </main> |
| 99 | 99 | <footer role="contentinfo"> |
| 100 | 100 | <hr> |
| 101 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 101 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 102 | 102 | </footer> |
| 103 | 103 | </div> |
| 104 | 104 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/map/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api.map (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api.map (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.map"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -136,7 +136,7 @@ loadScripts(document, 'script');</script> |
| 136 | 136 | </main> |
| 137 | 137 | <footer role="contentinfo"> |
| 138 | 138 | <hr> |
| 139 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 139 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 140 | 140 | </footer> |
| 141 | 141 | </div> |
| 142 | 142 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/map/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api.map Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api.map Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.subscription.lib.api.map"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -70,7 +70,7 @@ loadScripts(document, 'script');</script> |
| 70 | 70 | </main> |
| 71 | 71 | <footer role="contentinfo"> |
| 72 | 72 | <hr> |
| 73 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 73 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 74 | 74 | </footer> |
| 75 | 75 | </div> |
| 76 | 76 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/map/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.subscription.lib.api.map (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.subscription.lib.api.map (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.map"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -88,7 +88,7 @@ loadScripts(document, 'script');</script> |
| 88 | 88 | </main> |
| 89 | 89 | <footer role="contentinfo"> |
| 90 | 90 | <hr> |
| 91 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 91 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 92 | 92 | </footer> |
| 93 | 93 | </div> |
| 94 | 94 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -168,7 +168,7 @@ loadScripts(document, 'script');</script> |
| 168 | 168 | </main> |
| 169 | 169 | <footer role="contentinfo"> |
| 170 | 170 | <hr> |
| 171 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 171 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 172 | 172 | </footer> |
| 173 | 173 | </div> |
| 174 | 174 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.subscription.lib.api"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -95,7 +95,7 @@ loadScripts(document, 'script');</script> |
| 95 | 95 | </main> |
| 96 | 96 | <footer role="contentinfo"> |
| 97 | 97 | <hr> |
| 98 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 98 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 99 | 99 | </footer> |
| 100 | 100 | </div> |
| 101 | 101 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.subscription.lib.api (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.subscription.lib.api (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -219,7 +219,7 @@ loadScripts(document, 'script');</script> |
| 219 | 219 | </main> |
| 220 | 220 | <footer role="contentinfo"> |
| 221 | 221 | <hr> |
| 222 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 222 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 223 | 223 | </footer> |
| 224 | 224 | </div> |
| 225 | 225 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/race/IRaceCompetitorListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IRaceCompetitorListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IRaceCompetitorListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.race, interface: IRaceCompetitorListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -215,7 +215,7 @@ loadScripts(document, 'script');</script> |
| 215 | 215 | </main> |
| 216 | 216 | <footer role="contentinfo"> |
| 217 | 217 | <hr> |
| 218 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 218 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 219 | 219 | </footer> |
| 220 | 220 | </div> |
| 221 | 221 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/race/IRaceMessageListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IRaceMessageListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IRaceMessageListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.race, interface: IRaceMessageListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -153,7 +153,7 @@ loadScripts(document, 'script');</script> |
| 153 | 153 | </main> |
| 154 | 154 | <footer role="contentinfo"> |
| 155 | 155 | <hr> |
| 156 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 156 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 157 | 157 | </footer> |
| 158 | 158 | </div> |
| 159 | 159 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/race/IRaceStartStopTimesChangeListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IRaceStartStopTimesChangeListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IRaceStartStopTimesChangeListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.race, interface: IRaceStartStopTimesChangeListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -186,7 +186,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 186 | 186 | </main> |
| 187 | 187 | <footer role="contentinfo"> |
| 188 | 188 | <hr> |
| 189 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 189 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 190 | 190 | </footer> |
| 191 | 191 | </div> |
| 192 | 192 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/race/IRacesListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IRacesListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IRacesListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.race, interface: IRacesListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -296,7 +296,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 296 | 296 | </main> |
| 297 | 297 | <footer role="contentinfo"> |
| 298 | 298 | <hr> |
| 299 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 299 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 300 | 300 | </footer> |
| 301 | 301 | </div> |
| 302 | 302 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/race/IStartStopTimesChangeListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IStartStopTimesChangeListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IStartStopTimesChangeListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.race, interface: IStartStopTimesChangeListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -162,7 +162,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 162 | 162 | </main> |
| 163 | 163 | <footer role="contentinfo"> |
| 164 | 164 | <hr> |
| 165 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 165 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 166 | 166 | </footer> |
| 167 | 167 | </div> |
| 168 | 168 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/race/class-use/IRaceCompetitorListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.race.IRaceCompetitorListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.race.IRaceCompetitorListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.race, interface: IRaceCompetitorListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -90,7 +90,7 @@ loadScripts(document, 'script');</script> |
| 90 | 90 | </main> |
| 91 | 91 | <footer role="contentinfo"> |
| 92 | 92 | <hr> |
| 93 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 93 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 94 | 94 | </footer> |
| 95 | 95 | </div> |
| 96 | 96 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/race/class-use/IRaceMessageListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.race.IRaceMessageListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.race.IRaceMessageListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.race, interface: IRaceMessageListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -90,7 +90,7 @@ loadScripts(document, 'script');</script> |
| 90 | 90 | </main> |
| 91 | 91 | <footer role="contentinfo"> |
| 92 | 92 | <hr> |
| 93 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 93 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 94 | 94 | </footer> |
| 95 | 95 | </div> |
| 96 | 96 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/race/class-use/IRaceStartStopTimesChangeListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.race.IRaceStartStopTimesChangeListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.race.IRaceStartStopTimesChangeListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.race, interface: IRaceStartStopTimesChangeListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -90,7 +90,7 @@ loadScripts(document, 'script');</script> |
| 90 | 90 | </main> |
| 91 | 91 | <footer role="contentinfo"> |
| 92 | 92 | <hr> |
| 93 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 93 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 94 | 94 | </footer> |
| 95 | 95 | </div> |
| 96 | 96 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/race/class-use/IRacesListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.race.IRacesListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.race.IRacesListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.race, interface: IRacesListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -92,7 +92,7 @@ loadScripts(document, 'script');</script> |
| 92 | 92 | </main> |
| 93 | 93 | <footer role="contentinfo"> |
| 94 | 94 | <hr> |
| 95 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 95 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 96 | 96 | </footer> |
| 97 | 97 | </div> |
| 98 | 98 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/race/class-use/IStartStopTimesChangeListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.race.IStartStopTimesChangeListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.race.IStartStopTimesChangeListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.race, interface: IStartStopTimesChangeListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -90,7 +90,7 @@ loadScripts(document, 'script');</script> |
| 90 | 90 | </main> |
| 91 | 91 | <footer role="contentinfo"> |
| 92 | 92 | <hr> |
| 93 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 93 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 94 | 94 | </footer> |
| 95 | 95 | </div> |
| 96 | 96 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/race/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api.race (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api.race (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.race"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -154,7 +154,7 @@ loadScripts(document, 'script');</script> |
| 154 | 154 | </main> |
| 155 | 155 | <footer role="contentinfo"> |
| 156 | 156 | <hr> |
| 157 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 157 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 158 | 158 | </footer> |
| 159 | 159 | </div> |
| 160 | 160 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/race/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api.race Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api.race Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.subscription.lib.api.race"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -73,7 +73,7 @@ loadScripts(document, 'script');</script> |
| 73 | 73 | </main> |
| 74 | 74 | <footer role="contentinfo"> |
| 75 | 75 | <hr> |
| 76 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 76 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 77 | 77 | </footer> |
| 78 | 78 | </div> |
| 79 | 79 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/race/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.subscription.lib.api.race (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.subscription.lib.api.race (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.race"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -104,7 +104,7 @@ loadScripts(document, 'script');</script> |
| 104 | 104 | </main> |
| 105 | 105 | <footer role="contentinfo"> |
| 106 | 106 | <hr> |
| 107 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 107 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 108 | 108 | </footer> |
| 109 | 109 | </div> |
| 110 | 110 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/route/IRoutesListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>IRoutesListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>IRoutesListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.route, interface: IRoutesListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -158,7 +158,7 @@ extends <a href="../ISubscriberListener.html" title="interface in com.tractrac.s |
| 158 | 158 | </main> |
| 159 | 159 | <footer role="contentinfo"> |
| 160 | 160 | <hr> |
| 161 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 161 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 162 | 162 | </footer> |
| 163 | 163 | </div> |
| 164 | 164 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/route/class-use/IRoutesListener.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Interface com.tractrac.subscription.lib.api.route.IRoutesListener (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Interface com.tractrac.subscription.lib.api.route.IRoutesListener (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.route, interface: IRoutesListener"> |
| 10 | 10 | <meta name="generator" content="javadoc/ClassUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -55,7 +55,7 @@ loadScripts(document, 'script');</script> |
| 55 | 55 | No usage of com.tractrac.subscription.lib.api.route.IRoutesListener</main> |
| 56 | 56 | <footer role="contentinfo"> |
| 57 | 57 | <hr> |
| 58 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 58 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 59 | 59 | </footer> |
| 60 | 60 | </div> |
| 61 | 61 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/route/package-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api.route (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api.route (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="declaration: package: com.tractrac.subscription.lib.api.route"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -133,7 +133,7 @@ loadScripts(document, 'script');</script> |
| 133 | 133 | </main> |
| 134 | 134 | <footer role="contentinfo"> |
| 135 | 135 | <hr> |
| 136 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 136 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 137 | 137 | </footer> |
| 138 | 138 | </div> |
| 139 | 139 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/route/package-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>com.tractrac.subscription.lib.api.route Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>com.tractrac.subscription.lib.api.route Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="tree: package: com.tractrac.subscription.lib.api.route"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageTreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -69,7 +69,7 @@ loadScripts(document, 'script');</script> |
| 69 | 69 | </main> |
| 70 | 70 | <footer role="contentinfo"> |
| 71 | 71 | <hr> |
| 72 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 72 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 73 | 73 | </footer> |
| 74 | 74 | </div> |
| 75 | 75 | </div> |
java/com.tractrac.clientmodule/javadoc/com/tractrac/subscription/lib/api/route/package-use.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Uses of Package com.tractrac.subscription.lib.api.route (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Uses of Package com.tractrac.subscription.lib.api.route (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="use: package: com.tractrac.subscription.lib.api.route"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageUseWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> |
| ... | ... | @@ -55,7 +55,7 @@ loadScripts(document, 'script');</script> |
| 55 | 55 | No usage of com.tractrac.subscription.lib.api.route</main> |
| 56 | 56 | <footer role="contentinfo"> |
| 57 | 57 | <hr> |
| 58 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 58 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 59 | 59 | </footer> |
| 60 | 60 | </div> |
| 61 | 61 | </div> |
java/com.tractrac.clientmodule/javadoc/constant-values.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Constant Field Values (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Constant Field Values (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="summary of constants"> |
| 10 | 10 | <meta name="generator" content="javadoc/ConstantsSummaryWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| ... | ... | @@ -89,7 +89,7 @@ loadScripts(document, 'script');</script> |
| 89 | 89 | </main> |
| 90 | 90 | <footer role="contentinfo"> |
| 91 | 91 | <hr> |
| 92 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 92 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 93 | 93 | </footer> |
| 94 | 94 | </div> |
| 95 | 95 | </div> |
java/com.tractrac.clientmodule/javadoc/deprecated-list.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Deprecated List (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Deprecated List (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="deprecated elements"> |
| 10 | 10 | <meta name="generator" content="javadoc/DeprecatedListWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| ... | ... | @@ -86,7 +86,7 @@ window.addEventListener("load", function(e) { |
| 86 | 86 | </main> |
| 87 | 87 | <footer role="contentinfo"> |
| 88 | 88 | <hr> |
| 89 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 89 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 90 | 90 | </footer> |
| 91 | 91 | </div> |
| 92 | 92 | </div> |
java/com.tractrac.clientmodule/javadoc/help-doc.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>API Help (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>API Help (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="help"> |
| 10 | 10 | <meta name="generator" content="javadoc/HelpWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| ... | ... | @@ -201,7 +201,7 @@ The following sections describe the different kinds of pages in this collection. |
| 201 | 201 | <span class="help-footnote">This help file applies to API documentation generated by the standard doclet.</span></main> |
| 202 | 202 | <footer role="contentinfo"> |
| 203 | 203 | <hr> |
| 204 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 204 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 205 | 205 | </footer> |
| 206 | 206 | </div> |
| 207 | 207 | </div> |
java/com.tractrac.clientmodule/javadoc/index-all.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Index (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Index (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="index"> |
| 10 | 10 | <meta name="generator" content="javadoc/IndexWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| ... | ... | @@ -52,11 +52,9 @@ loadScripts(document, 'script');</script> |
| 52 | 52 | <div class="header"> |
| 53 | 53 | <h1>Index</h1> |
| 54 | 54 | </div> |
| 55 | -<a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <br><a href="allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="constant-values.html">Constant Field Values</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a> |
|
| 55 | +<a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:K">K</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <a href="#I:Z">Z</a> <br><a href="allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="constant-values.html">Constant Field Values</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a> |
|
| 56 | 56 | <h2 class="title" id="I:A">A</h2> |
| 57 | 57 | <dl class="index"> |
| 58 | -<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#ABANDONED" class="member-name-link">ABANDONED</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 59 | -<dd> </dd> |
|
| 60 | 58 | <dt><a href="com/tractrac/model/lib/api/event/RaceStatusType.html#ABANDONED" class="member-name-link">ABANDONED</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceStatusType</a></dt> |
| 61 | 59 | <dd> </dd> |
| 62 | 60 | <dt><a href="com/tractrac/subscription/lib/api/race/IRacesListener.html#abandonRace(long,java.util.UUID)" class="member-name-link">abandonRace(long, UUID)</a> - Method in interface com.tractrac.subscription.lib.api.race.<a href="com/tractrac/subscription/lib/api/race/IRacesListener.html" title="interface in com.tractrac.subscription.lib.api.race">IRacesListener</a></dt> |
| ... | ... | @@ -135,6 +133,8 @@ loadScripts(document, 'script');</script> |
| 135 | 133 | </dl> |
| 136 | 134 | <h2 class="title" id="I:C">C</h2> |
| 137 | 135 | <dl class="index"> |
| 136 | +<dt><a href="com/tractrac/model/lib/api/event/EventType.html#CANOE" class="member-name-link">CANOE</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></dt> |
|
| 137 | +<dd> </dd> |
|
| 138 | 138 | <dt><a href="com/tractrac/subscription/lib/api/ISubscriberFactory.html#clean()" class="member-name-link">clean()</a> - Method in interface com.tractrac.subscription.lib.api.<a href="com/tractrac/subscription/lib/api/ISubscriberFactory.html" title="interface in com.tractrac.subscription.lib.api">ISubscriberFactory</a></dt> |
| 139 | 139 | <dd> |
| 140 | 140 | <div class="block">Cleans all the objects in memory</div> |
| ... | ... | @@ -342,6 +342,8 @@ loadScripts(document, 'script');</script> |
| 342 | 342 | Returns a subscriber for the race contained in the provided parameters |
| 343 | 343 | file.</div> |
| 344 | 344 | </dd> |
| 345 | +<dt><a href="com/tractrac/model/lib/api/event/EventType.html#CYCLING" class="member-name-link">CYCLING</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></dt> |
|
| 346 | +<dd> </dd> |
|
| 345 | 347 | </dl> |
| 346 | 348 | <h2 class="title" id="I:D">D</h2> |
| 347 | 349 | <dl class="index"> |
| ... | ... | @@ -400,8 +402,6 @@ loadScripts(document, 'script');</script> |
| 400 | 402 | <dd> |
| 401 | 403 | <div class="block">The live connection has been disconnected</div> |
| 402 | 404 | </dd> |
| 403 | -<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#DISQUALIFIED" class="member-name-link">DISQUALIFIED</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 404 | -<dd> </dd> |
|
| 405 | 405 | <dt><a href="com/tractrac/model/lib/api/spatial/ICoordinate.html#distance(com.tractrac.model.lib.api.spatial.ICoordinate)" class="member-name-link">distance(ICoordinate)</a> - Method in interface com.tractrac.model.lib.api.spatial.<a href="com/tractrac/model/lib/api/spatial/ICoordinate.html" title="interface in com.tractrac.model.lib.api.spatial">ICoordinate</a></dt> |
| 406 | 406 | <dd> |
| 407 | 407 | <div class="block">Gets the distance between two coordinates</div> |
| ... | ... | @@ -420,7 +420,11 @@ loadScripts(document, 'script');</script> |
| 420 | 420 | <dd> </dd> |
| 421 | 421 | <dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#DNF" class="member-name-link">DNF</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
| 422 | 422 | <dd> </dd> |
| 423 | -<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#DONT_RACE" class="member-name-link">DONT_RACE</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 423 | +<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#DNS" class="member-name-link">DNS</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 424 | +<dd> </dd> |
|
| 425 | +<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#DPI" class="member-name-link">DPI</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 426 | +<dd> </dd> |
|
| 427 | +<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#DSQ" class="member-name-link">DSQ</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 424 | 428 | <dd> </dd> |
| 425 | 429 | </dl> |
| 426 | 430 | <h2 class="title" id="I:E">E</h2> |
| ... | ... | @@ -429,6 +433,8 @@ loadScripts(document, 'script');</script> |
| 429 | 433 | <dd> |
| 430 | 434 | <div class="block">This type is used at the end of the stored connection.</div> |
| 431 | 435 | </dd> |
| 436 | +<dt><a href="com/tractrac/model/lib/api/event/EventType.html#EQUESTRIAN" class="member-name-link">EQUESTRIAN</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></dt> |
|
| 437 | +<dd> </dd> |
|
| 432 | 438 | <dt><a href="com/tractrac/subscription/lib/api/event/ILiveDataEvent.StatusType.html#Error" class="member-name-link">Error</a> - Enum constant in enum class com.tractrac.subscription.lib.api.event.<a href="com/tractrac/subscription/lib/api/event/ILiveDataEvent.StatusType.html" title="enum class in com.tractrac.subscription.lib.api.event">ILiveDataEvent.StatusType</a></dt> |
| 433 | 439 | <dd> |
| 434 | 440 | <div class="block">There is an error in the live connection</div> |
| ... | ... | @@ -449,8 +455,6 @@ loadScripts(document, 'script');</script> |
| 449 | 455 | <dd> </dd> |
| 450 | 456 | <dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#FIN" class="member-name-link">FIN</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
| 451 | 457 | <dd> </dd> |
| 452 | -<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#FINISH_CONFIRMED" class="member-name-link">FINISH_CONFIRMED</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 453 | -<dd> </dd> |
|
| 454 | 458 | <dt><a href="com/tractrac/model/lib/api/event/StartTimeType.html#FirstControl" class="member-name-link">FirstControl</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/StartTimeType.html" title="enum class in com.tractrac.model.lib.api.event">StartTimeType</a></dt> |
| 455 | 459 | <dd> |
| 456 | 460 | <div class="block">Use time of first control rounding</div> |
| ... | ... | @@ -1573,6 +1577,10 @@ loadScripts(document, 'script');</script> |
| 1573 | 1577 | <div class="block">Flag specifying whether the segment is part of the route in reverse order, |
| 1574 | 1578 | i.e.</div> |
| 1575 | 1579 | </dd> |
| 1580 | +<dt><a href="com/tractrac/model/lib/api/event/EventType.html#isRouteSport(com.tractrac.model.lib.api.event.EventType)" class="member-name-link">isRouteSport(EventType)</a> - Static method in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></dt> |
|
| 1581 | +<dd> </dd> |
|
| 1582 | +<dt><a href="com/tractrac/model/lib/api/event/EventType.html#isRouteSport(java.lang.String)" class="member-name-link">isRouteSport(String)</a> - Static method in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></dt> |
|
| 1583 | +<dd> </dd> |
|
| 1576 | 1584 | <dt><a href="com/tractrac/subscription/lib/api/ISubscriber.html#isRunning()" class="member-name-link">isRunning()</a> - Method in interface com.tractrac.subscription.lib.api.<a href="com/tractrac/subscription/lib/api/ISubscriber.html" title="interface in com.tractrac.subscription.lib.api">ISubscriber</a></dt> |
| 1577 | 1585 | <dd> |
| 1578 | 1586 | <div class="block">If the thread created using the start method is running or not</div> |
| ... | ... | @@ -1629,6 +1637,11 @@ loadScripts(document, 'script');</script> |
| 1629 | 1637 | <div class="block">A base interface for data classes that are related to a point in time</div> |
| 1630 | 1638 | </dd> |
| 1631 | 1639 | </dl> |
| 1640 | +<h2 class="title" id="I:K">K</h2> |
|
| 1641 | +<dl class="index"> |
|
| 1642 | +<dt><a href="com/tractrac/model/lib/api/event/EventType.html#KITE" class="member-name-link">KITE</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></dt> |
|
| 1643 | +<dd> </dd> |
|
| 1644 | +</dl> |
|
| 1632 | 1645 | <h2 class="title" id="I:L">L</h2> |
| 1633 | 1646 | <dl class="index"> |
| 1634 | 1647 | <dt><a href="com/tractrac/model/lib/api/event/IEvent.html#loadRaces()" class="member-name-link">loadRaces()</a> - Method in interface com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/IEvent.html" title="interface in com.tractrac.model.lib.api.event">IEvent</a></dt> |
| ... | ... | @@ -1648,8 +1661,6 @@ loadScripts(document, 'script');</script> |
| 1648 | 1661 | <dl class="index"> |
| 1649 | 1662 | <dt><a href="com/tractrac/model/lib/api/map/MapItemType.html" class="type-name-link" title="enum class in com.tractrac.model.lib.api.map">MapItemType</a> - Enum Class in <a href="com/tractrac/model/lib/api/map/package-summary.html">com.tractrac.model.lib.api.map</a></dt> |
| 1650 | 1663 | <dd> </dd> |
| 1651 | -<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#MIS" class="member-name-link">MIS</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 1652 | -<dd> </dd> |
|
| 1653 | 1664 | <dt><a href="com/tractrac/model/lib/api/ModelLocator.html" class="type-name-link" title="class in com.tractrac.model.lib.api">ModelLocator</a> - Class in <a href="com/tractrac/model/lib/api/package-summary.html">com.tractrac.model.lib.api</a></dt> |
| 1654 | 1665 | <dd> |
| 1655 | 1666 | <div class="block"> |
| ... | ... | @@ -1666,10 +1677,6 @@ loadScripts(document, 'script');</script> |
| 1666 | 1677 | <div class="block">Creates a new <a href="com/tractrac/model/lib/api/attachment/IAttachmentKey.html" title="interface in com.tractrac.model.lib.api.attachment"><code>IAttachmentKey</code></a> for attach objects for a concrete |
| 1667 | 1678 | class</div> |
| 1668 | 1679 | </dd> |
| 1669 | -<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#NO_COLLECT" class="member-name-link">NO_COLLECT</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 1670 | -<dd> </dd> |
|
| 1671 | -<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#NO_DATA" class="member-name-link">NO_DATA</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 1672 | -<dd> </dd> |
|
| 1673 | 1680 | <dt><a href="com/tractrac/model/lib/api/event/RaceStatusType.html#NONE" class="member-name-link">NONE</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceStatusType</a></dt> |
| 1674 | 1681 | <dd> </dd> |
| 1675 | 1682 | <dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#NSC" class="member-name-link">NSC</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
| ... | ... | @@ -1687,8 +1694,6 @@ loadScripts(document, 'script');</script> |
| 1687 | 1694 | <dd> </dd> |
| 1688 | 1695 | <dt><a href="com/tractrac/model/lib/api/map/MapItemType.html#OFFSET_MARK" class="member-name-link">OFFSET_MARK</a> - Enum constant in enum class com.tractrac.model.lib.api.map.<a href="com/tractrac/model/lib/api/map/MapItemType.html" title="enum class in com.tractrac.model.lib.api.map">MapItemType</a></dt> |
| 1689 | 1696 | <dd> </dd> |
| 1690 | -<dt><a href="com/tractrac/model/lib/api/event/EventType.html#OFFSHORESAILING" class="member-name-link">OFFSHORESAILING</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></dt> |
|
| 1691 | -<dd> </dd> |
|
| 1692 | 1697 | <dt><a href="com/tractrac/model/lib/api/event/RaceVisibilityType.html#ONLINE" class="member-name-link">ONLINE</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceVisibilityType.html" title="enum class in com.tractrac.model.lib.api.event">RaceVisibilityType</a></dt> |
| 1693 | 1698 | <dd> </dd> |
| 1694 | 1699 | <dt><a href="com/tractrac/model/lib/api/event/RaceVisibilityType.html#ONLINE_STR" class="member-name-link">ONLINE_STR</a> - Static variable in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceVisibilityType.html" title="enum class in com.tractrac.model.lib.api.event">RaceVisibilityType</a></dt> |
| ... | ... | @@ -1698,6 +1703,8 @@ loadScripts(document, 'script');</script> |
| 1698 | 1703 | </dl> |
| 1699 | 1704 | <h2 class="title" id="I:P">P</h2> |
| 1700 | 1705 | <dl class="index"> |
| 1706 | +<dt><a href="com/tractrac/model/lib/api/event/EventType.html#PADDLING" class="member-name-link">PADDLING</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></dt> |
|
| 1707 | +<dd> </dd> |
|
| 1701 | 1708 | <dt><a href="com/tractrac/model/lib/api/event/RaceStatusType.html#POSTPONED" class="member-name-link">POSTPONED</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceStatusType</a></dt> |
| 1702 | 1709 | <dd> </dd> |
| 1703 | 1710 | <dt><a href="com/tractrac/subscription/lib/api/event/IStoredDataEvent.Type.html#Progress" class="member-name-link">Progress</a> - Enum constant in enum class com.tractrac.subscription.lib.api.event.<a href="com/tractrac/subscription/lib/api/event/IStoredDataEvent.Type.html" title="enum class in com.tractrac.subscription.lib.api.event">IStoredDataEvent.Type</a></dt> |
| ... | ... | @@ -1707,6 +1714,8 @@ loadScripts(document, 'script');</script> |
| 1707 | 1714 | </dl> |
| 1708 | 1715 | <h2 class="title" id="I:R">R</h2> |
| 1709 | 1716 | <dl class="index"> |
| 1717 | +<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#RAC" class="member-name-link">RAC</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 1718 | +<dd> </dd> |
|
| 1710 | 1719 | <dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" class="type-name-link" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a> - Enum Class in <a href="com/tractrac/model/lib/api/event/package-summary.html">com.tractrac.model.lib.api.event</a></dt> |
| 1711 | 1720 | <dd> |
| 1712 | 1721 | <div class="block">Enumeration representing all the possible values for the competitor status.</div> |
| ... | ... | @@ -1730,12 +1739,12 @@ loadScripts(document, 'script');</script> |
| 1730 | 1739 | <dd> |
| 1731 | 1740 | <div class="block">Values for race visitility.</div> |
| 1732 | 1741 | </dd> |
| 1733 | -<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#RACING" class="member-name-link">RACING</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 1734 | -<dd> </dd> |
|
| 1735 | 1742 | <dt><a href="com/tractrac/model/lib/api/event/RaceStatusType.html#RACING" class="member-name-link">RACING</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceStatusType</a></dt> |
| 1736 | 1743 | <dd> </dd> |
| 1737 | 1744 | <dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#RCT" class="member-name-link">RCT</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
| 1738 | 1745 | <dd> </dd> |
| 1746 | +<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#RDG" class="member-name-link">RDG</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 1747 | +<dd> </dd> |
|
| 1739 | 1748 | <dt><a href="com/tractrac/model/lib/api/ModelLocator.html#registerAttachmentManager(com.tractrac.model.lib.api.attachment.IAttachmentManager)" class="member-name-link">registerAttachmentManager(IAttachmentManager)</a> - Static method in class com.tractrac.model.lib.api.<a href="com/tractrac/model/lib/api/ModelLocator.html" title="class in com.tractrac.model.lib.api">ModelLocator</a></dt> |
| 1740 | 1749 | <dd> |
| 1741 | 1750 | <div class="block">Register a default <a href="com/tractrac/model/lib/api/attachment/IAttachmentManager.html" title="interface in com.tractrac.model.lib.api.attachment"><code>IAttachmentManager</code></a>.</div> |
| ... | ... | @@ -1781,9 +1790,13 @@ loadScripts(document, 'script');</script> |
| 1781 | 1790 | <dd> </dd> |
| 1782 | 1791 | <dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#requiresDate()" class="member-name-link">requiresDate()</a> - Method in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
| 1783 | 1792 | <dd> </dd> |
| 1784 | -<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#RETIRED" class="member-name-link">RETIRED</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 1793 | +<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#RET" class="member-name-link">RET</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 1785 | 1794 | <dd> </dd> |
| 1786 | -<dt><a href="com/tractrac/model/lib/api/event/EventType.html#ROUTE_SPORT" class="member-name-link">ROUTE_SPORT</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></dt> |
|
| 1795 | +<dt><a href="com/tractrac/model/lib/api/event/EventType.html#ROUTE_SPORTS" class="member-name-link">ROUTE_SPORTS</a> - Static variable in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></dt> |
|
| 1796 | +<dd> </dd> |
|
| 1797 | +<dt><a href="com/tractrac/model/lib/api/event/EventType.html#ROWING" class="member-name-link">ROWING</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></dt> |
|
| 1798 | +<dd> </dd> |
|
| 1799 | +<dt><a href="com/tractrac/model/lib/api/event/EventType.html#RUNNING" class="member-name-link">RUNNING</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></dt> |
|
| 1787 | 1800 | <dd> </dd> |
| 1788 | 1801 | </dl> |
| 1789 | 1802 | <h2 class="title" id="I:S">S</h2> |
| ... | ... | @@ -2003,6 +2016,8 @@ loadScripts(document, 'script');</script> |
| 2003 | 2016 | </dd> |
| 2004 | 2017 | <dt><a href="com/tractrac/subscription/lib/api/SubscriptionLocator.html#%3Cinit%3E()" class="member-name-link">SubscriptionLocator()</a> - Constructor for class com.tractrac.subscription.lib.api.<a href="com/tractrac/subscription/lib/api/SubscriptionLocator.html" title="class in com.tractrac.subscription.lib.api">SubscriptionLocator</a></dt> |
| 2005 | 2018 | <dd> </dd> |
| 2019 | +<dt><a href="com/tractrac/model/lib/api/event/EventType.html#SWIMMING" class="member-name-link">SWIMMING</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/EventType.html" title="enum class in com.tractrac.model.lib.api.event">EventType</a></dt> |
|
| 2020 | +<dd> </dd> |
|
| 2006 | 2021 | </dl> |
| 2007 | 2022 | <h2 class="title" id="I:T">T</h2> |
| 2008 | 2023 | <dl class="index"> |
| ... | ... | @@ -2219,10 +2234,15 @@ the order they are declared.</div> |
| 2219 | 2234 | the order they are declared.</div> |
| 2220 | 2235 | </dd> |
| 2221 | 2236 | </dl> |
| 2222 | -<a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <br><a href="allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="constant-values.html">Constant Field Values</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a></main> |
|
| 2237 | +<h2 class="title" id="I:Z">Z</h2> |
|
| 2238 | +<dl class="index"> |
|
| 2239 | +<dt><a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html#ZFP" class="member-name-link">ZFP</a> - Enum constant in enum class com.tractrac.model.lib.api.event.<a href="com/tractrac/model/lib/api/event/RaceCompetitorStatusType.html" title="enum class in com.tractrac.model.lib.api.event">RaceCompetitorStatusType</a></dt> |
|
| 2240 | +<dd> </dd> |
|
| 2241 | +</dl> |
|
| 2242 | +<a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:K">K</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <a href="#I:Z">Z</a> <br><a href="allclasses-index.html">All Classes and Interfaces</a><span class="vertical-separator">|</span><a href="allpackages-index.html">All Packages</a><span class="vertical-separator">|</span><a href="constant-values.html">Constant Field Values</a><span class="vertical-separator">|</span><a href="serialized-form.html">Serialized Form</a></main> |
|
| 2223 | 2243 | <footer role="contentinfo"> |
| 2224 | 2244 | <hr> |
| 2225 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 2245 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 2226 | 2246 | </footer> |
| 2227 | 2247 | </div> |
| 2228 | 2248 | </div> |
java/com.tractrac.clientmodule/javadoc/index.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Overview (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Overview (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="package index"> |
| 10 | 10 | <meta name="generator" content="javadoc/PackageIndexWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| ... | ... | @@ -50,7 +50,7 @@ loadScripts(document, 'script');</script> |
| 50 | 50 | <div class="flex-content"> |
| 51 | 51 | <main role="main"> |
| 52 | 52 | <div class="header"> |
| 53 | -<h1 class="title">TracAPI 5.0.3</h1> |
|
| 53 | +<h1 class="title">TracAPI 5.1.0</h1> |
|
| 54 | 54 | </div> |
| 55 | 55 | <div id="all-packages-table"> |
| 56 | 56 | <div class="caption"><span>Packages</span></div> |
| ... | ... | @@ -136,7 +136,7 @@ loadScripts(document, 'script');</script> |
| 136 | 136 | </main> |
| 137 | 137 | <footer role="contentinfo"> |
| 138 | 138 | <hr> |
| 139 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 139 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 140 | 140 | </footer> |
| 141 | 141 | </div> |
| 142 | 142 | </div> |
java/com.tractrac.clientmodule/javadoc/member-search-index.js
| ... | ... | @@ -1 +1 @@ |
| 1 | -memberSearchIndex = [{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"ABANDONED"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"ABANDONED"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"abandonRace(long, UUID)","u":"abandonRace(long,java.util.UUID)"},{"p":"com.tractrac.model.lib.api.attachment","c":"AbstractAttachable","l":"AbstractAttachable()","u":"%3Cinit%3E()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"addCompetitor(ICompetitor)","u":"addCompetitor(com.tractrac.model.lib.api.event.ICompetitor)"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"ICompetitorsListener","l":"addCompetitor(long, ICompetitor)","u":"addCompetitor(long,com.tractrac.model.lib.api.event.ICompetitor)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"addControl(IMapItem)","u":"addControl(com.tractrac.model.lib.api.map.IMapItem)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"addControlPoint(IPositionedItem)","u":"addControlPoint(com.tractrac.model.lib.api.map.IPositionedItem)"},{"p":"com.tractrac.subscription.lib.api.map","c":"IMapItemsListener","l":"addMapItem(long, IMapItem)","u":"addMapItem(long,com.tractrac.model.lib.api.map.IMapItem)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"addRace(IRace)","u":"addRace(com.tractrac.model.lib.api.event.IRace)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"addRace(long, IRace)","u":"addRace(long,com.tractrac.model.lib.api.event.IRace)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"addRaceCompetitor(IRaceCompetitor)","u":"addRaceCompetitor(com.tractrac.model.lib.api.event.IRaceCompetitor)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceCompetitorListener","l":"addRaceCompetitor(long, IRaceCompetitor)","u":"addRaceCompetitor(long,com.tractrac.model.lib.api.event.IRaceCompetitor)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"after(IPosition)","u":"after(com.tractrac.model.lib.api.data.IPosition)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"after(long)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"before(IPosition)","u":"before(com.tractrac.model.lib.api.data.IPosition)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"before(long)"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent.Type","l":"Begin"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"BFD"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"BOUNDARY"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"clean()"},{"p":"com.tractrac.model.lib.api.attachment","c":"AbstractAttachable","l":"cleanAll()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"competitorAbandoned()"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent.StatusType","l":"Connected"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"CONTROL"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createCompressedPosition(ByteBuffer, boolean)","u":"createCompressedPosition(java.nio.ByteBuffer,boolean)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createCompressedPosition(double, double, double, double, double)","u":"createCompressedPosition(double,double,double,double,double)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createCompressedPosition(double, double, double, double, double, Double, Double, Byte, Integer, Double, Boolean)","u":"createCompressedPosition(double,double,double,double,double,java.lang.Double,java.lang.Double,java.lang.Byte,java.lang.Integer,java.lang.Double,java.lang.Boolean)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createCoordinate(double, double)","u":"createCoordinate(double,double)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createCoordinate(double, double, double, double)","u":"createCoordinate(double,double,double,double)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createEvent(String, URI)","u":"createEvent(java.lang.String,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createEvents(String, URI)","u":"createEvents(java.lang.String,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createEventsForClubs(String, URI)","u":"createEventsForClubs(java.lang.String,java.net.URI)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createEventSubscriber(String, IEvent)","u":"createEventSubscriber(java.lang.String,com.tractrac.model.lib.api.event.IEvent)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createEventSubscriber(String, IEvent, URI, URI)","u":"createEventSubscriber(java.lang.String,com.tractrac.model.lib.api.event.IEvent,java.net.URI,java.net.URI)"},{"p":"com.tractrac.model.lib.api.metadata","c":"IMetadataFactory","l":"createMetadata(String)","u":"createMetadata(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"CreateModelException","l":"CreateModelException(Exception)","u":"%3Cinit%3E(java.lang.Exception)"},{"p":"com.tractrac.model.lib.api.route","c":"IPathRouteFactory","l":"createPathRoute(URL)","u":"createPathRoute(java.net.URL)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createPosition(double, double)","u":"createPosition(double,double)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createPosition(double, double, double, double, double, double, long)","u":"createPosition(double,double,double,double,double,double,long)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createPosition(double, double, double, double, double, double, long, boolean, Double, Byte, Integer, Double, Boolean)","u":"createPosition(double,double,double,double,double,double,long,boolean,java.lang.Double,java.lang.Byte,java.lang.Integer,java.lang.Double,java.lang.Boolean)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createRace(String, IParameterSet)","u":"createRace(java.lang.String,com.tractrac.util.lib.api.programparameters.IParameterSet)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createRace(String, IParameterSet, URI, URI)","u":"createRace(java.lang.String,com.tractrac.util.lib.api.programparameters.IParameterSet,java.net.URI,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createRace(String, URI)","u":"createRace(java.lang.String,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createRace(String, URI, int)","u":"createRace(java.lang.String,java.net.URI,int)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createRace(String, URI, int, URI, URI)","u":"createRace(java.lang.String,java.net.URI,int,java.net.URI,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createRace(String, URI, URI, URI)","u":"createRace(java.lang.String,java.net.URI,java.net.URI,java.net.URI)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createRaceSubscriber(String, IRace)","u":"createRaceSubscriber(java.lang.String,com.tractrac.model.lib.api.event.IRace)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createRaceSubscriber(String, IRace, URI)","u":"createRaceSubscriber(java.lang.String,com.tractrac.model.lib.api.event.IRace,java.net.URI)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createRaceSubscriber(String, IRace, URI, URI)","u":"createRaceSubscriber(java.lang.String,com.tractrac.model.lib.api.event.IRace,java.net.URI,java.net.URI)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createRaceSubscriber(String, URI)","u":"createRaceSubscriber(java.lang.String,java.net.URI)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createRaceSubscriber(String, URI, URI, URI)","u":"createRaceSubscriber(java.lang.String,java.net.URI,java.net.URI,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"DataSource","l":"DATASERVER_TCP"},{"p":"com.tractrac.model.lib.api.event","c":"DataSource","l":"DATASERVER_WEBSOCKET"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"dataSourceChanged(long, IRace, DataSource, URI, URI)","u":"dataSourceChanged(long,com.tractrac.model.lib.api.event.IRace,com.tractrac.model.lib.api.event.DataSource,java.net.URI,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"DCT"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"deleteCache()"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"ICompetitorsListener","l":"deleteCompetitor(long, UUID)","u":"deleteCompetitor(long,java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"deleteCompetitor(UUID)","u":"deleteCompetitor(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"deleteControl(UUID)","u":"deleteControl(java.util.UUID)"},{"p":"com.tractrac.subscription.lib.api.map","c":"IMapItemsListener","l":"deleteMapItem(long, UUID)","u":"deleteMapItem(long,java.util.UUID)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"deleteRace(long, UUID)","u":"deleteRace(long,java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"deleteRace(UUID)","u":"deleteRace(java.util.UUID)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceCompetitorListener","l":"deleteRaceCompetitor(long, UUID)","u":"deleteRaceCompetitor(long,java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"deleteRaceCompetitor(UUID)","u":"deleteRaceCompetitor(java.util.UUID)"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent.StatusType","l":"Disconnected"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"DISQUALIFIED"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"distance(ICoordinate)","u":"distance(com.tractrac.model.lib.api.spatial.ICoordinate)"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"distance(ICoordinate, ICoordinate)","u":"distance(com.tractrac.model.lib.api.spatial.ICoordinate,com.tractrac.model.lib.api.spatial.ICoordinate)"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"distanceSq(ICoordinate)","u":"distanceSq(com.tractrac.model.lib.api.spatial.ICoordinate)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"DNC"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"DNE"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"DNF"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"DONT_RACE"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent.Type","l":"End"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent.StatusType","l":"Error"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent.Type","l":"Error"},{"p":"com.tractrac.model.lib.api.event","c":"DataSource","l":"FILE_MTB"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"FIN"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"FINISH_CONFIRMED"},{"p":"com.tractrac.model.lib.api.event","c":"StartTimeType","l":"FirstControl"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"fromInteger(int)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"fromInteger(int)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"fromInteger(int)"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"fromInteger(int)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"GENERAL_RECALL"},{"p":"com.tractrac.model.lib.api.attachment","c":"AbstractAttachable","l":"getAttachment(IAttachmentKey)","u":"getAttachment(com.tractrac.model.lib.api.attachment.IAttachmentKey)"},{"p":"com.tractrac.model.lib.api.attachment","c":"IAttachable","l":"getAttachment(IAttachmentKey)","u":"getAttachment(com.tractrac.model.lib.api.attachment.IAttachmentKey)"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"getAttachmentManager()"},{"p":"com.tractrac.model.lib.api.data","c":"IMessageData","l":"getBlob()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"getCenterLat()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"getCenterLon()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getColor()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getCompetitor()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getCompetitor(UUID)","u":"getCompetitor(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getCompetitorClass()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getCompetitorClasses()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitorClass","l":"getCompetitors()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getCompetitors()"},{"p":"com.tractrac.model.lib.api.data","c":"IControlPassing","l":"getControl()"},{"p":"com.tractrac.model.lib.api.route","c":"IControlRoute","l":"getControls()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinateSequence","l":"getCoordinate(int)"},{"p":"com.tractrac.model.lib.api.route","c":"ISegment","l":"getCoordinates()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getCourseArea()"},{"p":"com.tractrac.model.lib.api.map","c":"IMapItem","l":"getCourseArea()"},{"p":"com.tractrac.model.lib.api.map","c":"IPositionedItem","l":"getCourseArea()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getDatabase()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getDataSource()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getDefaultRoute()"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"getDefaultTimeOut()"},{"p":"com.tractrac.model.lib.api.attachment","c":"IAttachmentKey","l":"getDescription()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getDescription()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitorClass","l":"getDescription()"},{"p":"com.tractrac.model.lib.api.event","c":"ITeam","l":"getDescription()"},{"p":"com.tractrac.model.lib.api.sensor","c":"ISensorData","l":"getDimensionAt(int)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"getDirection()"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"getDTL()"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent","l":"getError()"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent","l":"getErrorMsgs()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getEvent()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getEventEndTime()"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"getEventFactory()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getEventStartTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getEventType()"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"getEventTypeByName(String)","u":"getEventTypeByName(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"getEventTypeByUUID(String)","u":"getEventTypeByUUID(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getExpectedRaceStartDate()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getExtent()"},{"p":"com.tractrac.model.lib.api.route","c":"IRoute","l":"getExtent()"},{"p":"com.tractrac.model.lib.api.route","c":"ISegment","l":"getExtent()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getFirstName()"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"getHACC()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getHandicapToD()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getHandicapToT()"},{"p":"com.tractrac.model.lib.api.sensor","c":"ISensorData","l":"getHeel()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"getHeight()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ISimplePosition","l":"getHeight()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getIcon()"},{"p":"com.tractrac.model.lib.api.event","c":"ITeam","l":"getIcon()"},{"p":"com.tractrac.model.lib.api","c":"IIdentifiable","l":"getId()"},{"p":"com.tractrac.model.lib.api.attachment","c":"IAttachmentKey","l":"getIndex()"},{"p":"com.tractrac.model.lib.api.attachment","c":"IAttachmentManager","l":"getKeys(Class<? extends IAttachable>)","u":"getKeys(java.lang.Class)"},{"p":"com.tractrac.model.lib.api.data","c":"IMessageData","l":"getKind()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getLastName()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"getLatitude()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ISimplePosition","l":"getLatitude()"},{"p":"com.tractrac.model.lib.api.route","c":"IRoute","l":"getLength()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getLiveDelay()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getLiveURI()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getLiveURI()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"getLongitude()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ISimplePosition","l":"getLongitude()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"getLRLat()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"getLRLon()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"getM()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"getM()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ISimplePosition","l":"getM()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getMapItem(UUID)","u":"getMapItem(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getMapItems()"},{"p":"com.tractrac.model.lib.api.map","c":"IMapItem","l":"getMapItemType()"},{"p":"com.tractrac.model.lib.api.map","c":"IMapItem","l":"getMapName()"},{"p":"com.tractrac.model.lib.api.event","c":"CreateModelException","l":"getMessage()"},{"p":"com.tractrac.subscription.lib.api","c":"SubscriberInitializationException","l":"getMessage()"},{"p":"com.tractrac.subscription.lib.api.event","c":"IMessage","l":"getMessageData()"},{"p":"com.tractrac.model.lib.api.metadata","c":"IMetadataContainer","l":"getMetadata()"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"getMetadataFactory()"},{"p":"com.tractrac.model.lib.api","c":"INamed","l":"getName()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getNationality()"},{"p":"com.tractrac.model.lib.api.event","c":"ITeam","l":"getNationality()"},{"p":"com.tractrac.model.lib.api.data","c":"IMessageData","l":"getObject()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getOfficialFinishTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getOfficialRank()"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionOffset","l":"getOffset()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getParameterSet()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getParamsURI()"},{"p":"com.tractrac.model.lib.api.data","c":"IControlPassings","l":"getPassings()"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"getPathRouteFactory()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getPicture()"},{"p":"com.tractrac.model.lib.api.event","c":"ITeam","l":"getPicture()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getPositionedItem(UUID)","u":"getPositionedItem(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getPositionedItems()"},{"p":"com.tractrac.model.lib.api.map","c":"IMapItem","l":"getPositionedItems()"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"getPositionFactory()"},{"p":"com.tractrac.model.lib.api.map","c":"IPositionedItem","l":"getPositions()"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent","l":"getProgress()"},{"p":"com.tractrac.model.lib.api.metadata","c":"IPropertiesContainer","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"com.tractrac.model.lib.api.route","c":"IControlRoute","l":"getProperty(String, int)","u":"getProperty(java.lang.String,int)"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getRace()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getRace(UUID)","u":"getRace(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getRaceCompetitor(UUID)","u":"getRaceCompetitor(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getRaceCompetitors()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getRaceEndTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getRaces()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceSerie","l":"getRaces()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getRaceSerie()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getRaceSeries()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getRaceStartTime()"},{"p":"com.tractrac.model.lib.api.sensor","c":"ISensorData","l":"getRaw()"},{"p":"com.tractrac.model.lib.api.sensor","c":"ISensorData","l":"getRideHeightPort()"},{"p":"com.tractrac.model.lib.api.sensor","c":"ISensorData","l":"getRideHeightStarboard()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getRoute()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getRoute(UUID)","u":"getRoute(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getRoutes()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getRoutes()"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"getRTKStatus()"},{"p":"com.tractrac.model.lib.api.route","c":"IPathSegment","l":"getSegment()"},{"p":"com.tractrac.model.lib.api.route","c":"IPathSegment","l":"getSegmentIndex()"},{"p":"com.tractrac.model.lib.api.route","c":"IPathRoute","l":"getSegments()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getShortName()"},{"p":"com.tractrac.model.lib.api.map","c":"IMapItem","l":"getShortName()"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"getSpeed()"},{"p":"com.tractrac.model.lib.api.route","c":"IPathSegment","l":"getStartOffset()"},{"p":"com.tractrac.model.lib.api.data","c":"IStartStopData","l":"getStartTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getStartTime()"},{"p":"com.tractrac.model.lib.api.event","c":"StartTimeType","l":"getStartTime(String)","u":"getStartTime(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getStartTimeType()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getStatus()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getStatus()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getStatusLastChangedTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getStatusLastChangedTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getStatusTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getStatusTime()"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent","l":"getStatusType()"},{"p":"com.tractrac.model.lib.api.data","c":"IStartStopData","l":"getStopTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getStoredURI()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getStoredURI()"},{"p":"com.tractrac.subscription.lib.api","c":"SubscriptionLocator","l":"getSusbcriberFactory()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getTeam()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getTeams()"},{"p":"com.tractrac.model.lib.api.data","c":"IMessageData","l":"getText()"},{"p":"com.tractrac.model.lib.api.metadata","c":"IMetadata","l":"getText()"},{"p":"com.tractrac.model.lib.api.data","c":"ITimeData","l":"getTimestamp()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ISimplePosition","l":"getTimestamp()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getTrackingEndTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getTrackingStartTime()"},{"p":"com.tractrac.model.lib.api.sensor","c":"ISensorData","l":"getTrim()"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"getTrueHeading()"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent","l":"getType()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"getULLat()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"getULLon()"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"getUuid()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"getValue()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"getValue()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"getValue()"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"getValue()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getVisibility()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getWebURL()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"getX()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"getY()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"getZ()"},{"p":"com.tractrac.subscription.lib.api.control","c":"IControlPassingsListener","l":"gotControlPassings(long, IRaceCompetitor, IControlPassings)","u":"gotControlPassings(long,com.tractrac.model.lib.api.event.IRaceCompetitor,com.tractrac.model.lib.api.data.IControlPassings)"},{"p":"com.tractrac.subscription.lib.api.event","c":"IEventMessageListener","l":"gotEventMessage(IEvent, IMessageData)","u":"gotEventMessage(com.tractrac.model.lib.api.event.IEvent,com.tractrac.model.lib.api.data.IMessageData)"},{"p":"com.tractrac.subscription.lib.api.event","c":"IConnectionStatusListener","l":"gotLiveDataEvent(ILiveDataEvent)","u":"gotLiveDataEvent(com.tractrac.subscription.lib.api.event.ILiveDataEvent)"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"IPositionListener","l":"gotPosition(IRaceCompetitor, IPosition)","u":"gotPosition(com.tractrac.model.lib.api.event.IRaceCompetitor,com.tractrac.model.lib.api.data.IPosition)"},{"p":"com.tractrac.subscription.lib.api.map","c":"IPositionedItemPositionListener","l":"gotPositionedItemPosition(IPositionedItem, IPosition)","u":"gotPositionedItemPosition(com.tractrac.model.lib.api.map.IPositionedItem,com.tractrac.model.lib.api.data.IPosition)"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"IPositionOffsetListener","l":"gotPositionOffset(IRaceCompetitor, IPositionOffset)","u":"gotPositionOffset(com.tractrac.model.lib.api.event.IRaceCompetitor,com.tractrac.model.lib.api.data.IPositionOffset)"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"IPositionSnappedListener","l":"gotPositionSnapped(IRaceCompetitor, IPositionSnapped)","u":"gotPositionSnapped(com.tractrac.model.lib.api.event.IRaceCompetitor,com.tractrac.model.lib.api.data.IPositionSnapped)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceMessageListener","l":"gotRaceMessage(IRace, IMessageData)","u":"gotRaceMessage(com.tractrac.model.lib.api.event.IRace,com.tractrac.model.lib.api.data.IMessageData)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceStartStopTimesChangeListener","l":"gotRaceStartStopTime(IRace, IStartStopData)","u":"gotRaceStartStopTime(com.tractrac.model.lib.api.event.IRace,com.tractrac.model.lib.api.data.IStartStopData)"},{"p":"com.tractrac.subscription.lib.api.control","c":"IControlRouteChangeListener","l":"gotRouteChange(IControlRoute, long)","u":"gotRouteChange(com.tractrac.model.lib.api.route.IControlRoute,long)"},{"p":"com.tractrac.subscription.lib.api.control","c":"IControlRouteChangeListener","l":"gotRouteChange(IPathRoute, long)","u":"gotRouteChange(com.tractrac.model.lib.api.route.IPathRoute,long)"},{"p":"com.tractrac.subscription.lib.api.control","c":"IControlPointSensorDataListener","l":"gotSensorData(IMapItem, ISensorData, int)","u":"gotSensorData(com.tractrac.model.lib.api.map.IMapItem,com.tractrac.model.lib.api.sensor.ISensorData,int)"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"ICompetitorSensorDataListener","l":"gotSensorData(IRaceCompetitor, ISensorData)","u":"gotSensorData(com.tractrac.model.lib.api.event.IRaceCompetitor,com.tractrac.model.lib.api.sensor.ISensorData)"},{"p":"com.tractrac.subscription.lib.api.event","c":"IServerTimeListener","l":"gotServerTime(long, long)","u":"gotServerTime(long,long)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IStartStopTimesChangeListener","l":"gotStartStopTime(IStartStopData)","u":"gotStartStopTime(com.tractrac.model.lib.api.data.IStartStopData)"},{"p":"com.tractrac.subscription.lib.api.event","c":"IConnectionStatusListener","l":"gotStoredDataEvent(IStoredDataEvent)","u":"gotStoredDataEvent(com.tractrac.subscription.lib.api.event.IStoredDataEvent)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceStartStopTimesChangeListener","l":"gotTrackingStartStopTime(IRace, IStartStopData)","u":"gotTrackingStartStopTime(com.tractrac.model.lib.api.event.IRace,com.tractrac.model.lib.api.data.IStartStopData)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"HIDDEN"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"HIDDEN_STR"},{"p":"com.tractrac.model.lib.api.event","c":"StartTimeType","l":"Individual"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"isClear()"},{"p":"com.tractrac.model.lib.api.metadata","c":"IMetadata","l":"isEmpty()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"isFavourite()"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"isGPSTiming()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"isInitialized()"},{"p":"com.tractrac.model.lib.api.map","c":"IMapItem","l":"isMultiple()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"isNonCompeting()"},{"p":"com.tractrac.model.lib.api.route","c":"IPathSegment","l":"isReversed()"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriber","l":"isRunning()"},{"p":"com.tractrac.model.lib.api.map","c":"IPositionedItem","l":"isStatic()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"isValid()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"loadRaces()"},{"p":"com.tractrac.model.lib.api.route","c":"IPathRoute","l":"locateAlong(double)"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinateSequence","l":"locateAlong(double)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"MIS"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"ModelLocator()","u":"%3Cinit%3E()"},{"p":"com.tractrac.model.lib.api.attachment","c":"IAttachmentManager","l":"newKey(Class<? extends IAttachable>, String)","u":"newKey(java.lang.Class,java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"NO_COLLECT"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"NO_DATA"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"NONE"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"NSC"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"OCS"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"OFFICIAL"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"OFFLINE"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"OFFLINE_STR"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"OFFSET_MARK"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"OFFSHORESAILING"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"ONLINE"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"ONLINE_STR"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"ORIENTEERING"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"POSTPONED"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent.Type","l":"Progress"},{"p":"com.tractrac.model.lib.api.event","c":"RaceLoadingException","l":"RaceLoadingException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"StartTimeType","l":"RaceStart"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"RACING"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"RACING"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"RCT"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"registerAttachmentManager(IAttachmentManager)","u":"registerAttachmentManager(com.tractrac.model.lib.api.attachment.IAttachmentManager)"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"registerEventFactory(IEventFactory)","u":"registerEventFactory(com.tractrac.model.lib.api.event.IEventFactory)"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"registerMetadataFactory(IMetadataFactory)","u":"registerMetadataFactory(com.tractrac.model.lib.api.metadata.IMetadataFactory)"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"registerPathRouteFactory(IPathRouteFactory)","u":"registerPathRouteFactory(com.tractrac.model.lib.api.route.IPathRouteFactory)"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"registerPositionFactory(IPositionFactory)","u":"registerPositionFactory(com.tractrac.model.lib.api.data.IPositionFactory)"},{"p":"com.tractrac.subscription.lib.api","c":"SubscriptionLocator","l":"registerSubscriberFactory(ISubscriberFactory)","u":"registerSubscriberFactory(com.tractrac.subscription.lib.api.ISubscriberFactory)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"reloadFromServer()"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"reloadRace(long, UUID)","u":"reloadRace(long,java.util.UUID)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceCompetitorListener","l":"removeOffsetPositions(long, UUID, int)","u":"removeOffsetPositions(long,java.util.UUID,int)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"REPLAY"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"REPLAY_STR"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"requiresDate()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"RETIRED"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"ROUTE_SPORT"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"SAILING"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"SCP"},{"p":"com.tractrac.model.lib.api.attachment","c":"AbstractAttachable","l":"setAttachment(IAttachmentKey, Object)","u":"setAttachment(com.tractrac.model.lib.api.attachment.IAttachmentKey,java.lang.Object)"},{"p":"com.tractrac.model.lib.api.attachment","c":"IAttachable","l":"setAttachment(IAttachmentKey, Object)","u":"setAttachment(com.tractrac.model.lib.api.attachment.IAttachmentKey,java.lang.Object)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"setDatasourceURIs(URI, URI, URI)","u":"setDatasourceURIs(java.net.URI,java.net.URI,java.net.URI)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"setDirection(double)"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"setHeight(double)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"setInitialized(boolean)"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"setLatitude(double)"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"setLongitude(double)"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"setM(double)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"setSpeed(double)"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinateSequence","l":"size()"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"SKI"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"SPREADER_MARK"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"START"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriber","l":"start()"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"startTracking(long, UUID)","u":"startTracking(long,java.util.UUID)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriber","l":"stop()"},{"p":"com.tractrac.subscription.lib.api.event","c":"IConnectionStatusListener","l":"stopped(Object)","u":"stopped(java.lang.Object)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"STP"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"subscribeCompetitors(ICompetitorsListener)","u":"subscribeCompetitors(com.tractrac.subscription.lib.api.competitor.ICompetitorsListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeCompetitorSensorData(ICompetitorSensorDataListener)","u":"subscribeCompetitorSensorData(com.tractrac.subscription.lib.api.competitor.ICompetitorSensorDataListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeCompetitorSensorData(ICompetitorSensorDataListener, long, long)","u":"subscribeCompetitorSensorData(com.tractrac.subscription.lib.api.competitor.ICompetitorSensorDataListener,long,long)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriber","l":"subscribeConnectionStatus(IConnectionStatusListener)","u":"subscribeConnectionStatus(com.tractrac.subscription.lib.api.event.IConnectionStatusListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeControlPassings(IControlPassingsListener)","u":"subscribeControlPassings(com.tractrac.subscription.lib.api.control.IControlPassingsListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeControlPassings(IControlPassingsListener, UUID...)","u":"subscribeControlPassings(com.tractrac.subscription.lib.api.control.IControlPassingsListener,java.util.UUID...)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeControlSensorData(IControlPointSensorDataListener)","u":"subscribeControlSensorData(com.tractrac.subscription.lib.api.control.IControlPointSensorDataListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeControlSensorData(IControlPointSensorDataListener, long, long)","u":"subscribeControlSensorData(com.tractrac.subscription.lib.api.control.IControlPointSensorDataListener,long,long)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"subscribeEventMessages(IEventMessageListener)","u":"subscribeEventMessages(com.tractrac.subscription.lib.api.event.IEventMessageListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"subscribeEventTimesChanges(IStartStopTimesChangeListener)","u":"subscribeEventTimesChanges(com.tractrac.subscription.lib.api.race.IStartStopTimesChangeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"subscribeMapItems(IMapItemsListener)","u":"subscribeMapItems(com.tractrac.subscription.lib.api.map.IMapItemsListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionedItemPositions(IPositionedItemPositionListener)","u":"subscribePositionedItemPositions(com.tractrac.subscription.lib.api.map.IPositionedItemPositionListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionedItemPositions(IPositionedItemPositionListener, long, long)","u":"subscribePositionedItemPositions(com.tractrac.subscription.lib.api.map.IPositionedItemPositionListener,long,long)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositions(IPositionListener)","u":"subscribePositions(com.tractrac.subscription.lib.api.competitor.IPositionListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositions(IPositionListener, long, long)","u":"subscribePositions(com.tractrac.subscription.lib.api.competitor.IPositionListener,long,long)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositions(IPositionListener, long, long, UUID...)","u":"subscribePositions(com.tractrac.subscription.lib.api.competitor.IPositionListener,long,long,java.util.UUID...)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositions(IPositionListener, UUID...)","u":"subscribePositions(com.tractrac.subscription.lib.api.competitor.IPositionListener,java.util.UUID...)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionsOffset(IPositionOffsetListener)","u":"subscribePositionsOffset(com.tractrac.subscription.lib.api.competitor.IPositionOffsetListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionsOffset(IPositionOffsetListener, long, long)","u":"subscribePositionsOffset(com.tractrac.subscription.lib.api.competitor.IPositionOffsetListener,long,long)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionsSnapped(IPositionSnappedListener)","u":"subscribePositionsSnapped(com.tractrac.subscription.lib.api.competitor.IPositionSnappedListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionsSnapped(IPositionSnappedListener, long, long)","u":"subscribePositionsSnapped(com.tractrac.subscription.lib.api.competitor.IPositionSnappedListener,long,long)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionsSnapped(IPositionSnappedListener, long, long, UUID...)","u":"subscribePositionsSnapped(com.tractrac.subscription.lib.api.competitor.IPositionSnappedListener,long,long,java.util.UUID...)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionsSnapped(IPositionSnappedListener, UUID...)","u":"subscribePositionsSnapped(com.tractrac.subscription.lib.api.competitor.IPositionSnappedListener,java.util.UUID...)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeRaceCompetitor(IRaceCompetitorListener)","u":"subscribeRaceCompetitor(com.tractrac.subscription.lib.api.race.IRaceCompetitorListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeRaceMessages(IRaceMessageListener)","u":"subscribeRaceMessages(com.tractrac.subscription.lib.api.race.IRaceMessageListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"subscribeRaces(IRacesListener)","u":"subscribeRaces(com.tractrac.subscription.lib.api.race.IRacesListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeRaceTimesChanges(IRaceStartStopTimesChangeListener)","u":"subscribeRaceTimesChanges(com.tractrac.subscription.lib.api.race.IRaceStartStopTimesChangeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"SubscriberInitializationException","l":"SubscriberInitializationException(Exception)","u":"%3Cinit%3E(java.lang.Exception)"},{"p":"com.tractrac.subscription.lib.api","c":"SubscriberInitializationException","l":"SubscriberInitializationException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeRouteChanges(IControlRouteChangeListener)","u":"subscribeRouteChanges(com.tractrac.subscription.lib.api.control.IControlRouteChangeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"subscribeServerTime(IServerTimeListener)","u":"subscribeServerTime(com.tractrac.subscription.lib.api.event.IServerTimeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"SubscriptionLocator","l":"SubscriptionLocator()","u":"%3Cinit%3E()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"TLE"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinateSequence","l":"toArray()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"UFD"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"UNOFFICIAL"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"unsubscribeCompetitors(ICompetitorsListener)","u":"unsubscribeCompetitors(com.tractrac.subscription.lib.api.competitor.ICompetitorsListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeCompetitorSensorData(ICompetitorSensorDataListener)","u":"unsubscribeCompetitorSensorData(com.tractrac.subscription.lib.api.competitor.ICompetitorSensorDataListener)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriber","l":"unsubscribeConnectionStatus(IConnectionStatusListener)","u":"unsubscribeConnectionStatus(com.tractrac.subscription.lib.api.event.IConnectionStatusListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeControlPassings(IControlPassingsListener)","u":"unsubscribeControlPassings(com.tractrac.subscription.lib.api.control.IControlPassingsListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeControlSensorData(IControlPointSensorDataListener)","u":"unsubscribeControlSensorData(com.tractrac.subscription.lib.api.control.IControlPointSensorDataListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"unsubscribeEventMessages(IEventMessageListener)","u":"unsubscribeEventMessages(com.tractrac.subscription.lib.api.event.IEventMessageListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"unsubscribeEventTimesChanges(IStartStopTimesChangeListener)","u":"unsubscribeEventTimesChanges(com.tractrac.subscription.lib.api.race.IStartStopTimesChangeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"unsubscribeMapItems(IMapItemsListener)","u":"unsubscribeMapItems(com.tractrac.subscription.lib.api.map.IMapItemsListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribePositionedItemPositions(IPositionedItemPositionListener)","u":"unsubscribePositionedItemPositions(com.tractrac.subscription.lib.api.map.IPositionedItemPositionListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribePositions(IPositionListener)","u":"unsubscribePositions(com.tractrac.subscription.lib.api.competitor.IPositionListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribePositionsOffset(IPositionOffsetListener)","u":"unsubscribePositionsOffset(com.tractrac.subscription.lib.api.competitor.IPositionOffsetListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribePositionsSnapped(IPositionSnappedListener)","u":"unsubscribePositionsSnapped(com.tractrac.subscription.lib.api.competitor.IPositionSnappedListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeRaceCompetitor(IRaceCompetitorListener)","u":"unsubscribeRaceCompetitor(com.tractrac.subscription.lib.api.race.IRaceCompetitorListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeRaceMessages(IRaceMessageListener)","u":"unsubscribeRaceMessages(com.tractrac.subscription.lib.api.race.IRaceMessageListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"unsubscribeRaces(IRacesListener)","u":"unsubscribeRaces(com.tractrac.subscription.lib.api.race.IRacesListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeRaceTimesChanges(IRaceStartStopTimesChangeListener)","u":"unsubscribeRaceTimesChanges(com.tractrac.subscription.lib.api.race.IRaceStartStopTimesChangeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeRouteChanges(IControlRouteChangeListener)","u":"unsubscribeRouteChanges(com.tractrac.subscription.lib.api.control.IControlRouteChangeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"unsubscribeServerTime(IServerTimeListener)","u":"unsubscribeServerTime(com.tractrac.subscription.lib.api.event.IServerTimeListener)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"UPCOMING"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"UPCOMING_STR"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"updateCompetitor(ICompetitor)","u":"updateCompetitor(com.tractrac.model.lib.api.event.ICompetitor)"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"ICompetitorsListener","l":"updateCompetitor(long, ICompetitor)","u":"updateCompetitor(long,com.tractrac.model.lib.api.event.ICompetitor)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"updateControl(IMapItem)","u":"updateControl(com.tractrac.model.lib.api.map.IMapItem)"},{"p":"com.tractrac.subscription.lib.api.map","c":"IMapItemsListener","l":"updateMapItem(long, IMapItem)","u":"updateMapItem(long,com.tractrac.model.lib.api.map.IMapItem)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"updateRace(IRace)","u":"updateRace(com.tractrac.model.lib.api.event.IRace)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"updateRace(long, IRace)","u":"updateRace(long,com.tractrac.model.lib.api.event.IRace)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"updateRaceCompetitor(IRaceCompetitor)","u":"updateRaceCompetitor(com.tractrac.model.lib.api.event.IRaceCompetitor)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceCompetitorListener","l":"updateRaceCompetitor(long, IRaceCompetitor)","u":"updateRaceCompetitor(long,com.tractrac.model.lib.api.event.IRaceCompetitor)"},{"p":"com.tractrac.subscription.lib.api.route","c":"IRoutesListener","l":"updateRoute(IRoute)","u":"updateRoute(com.tractrac.model.lib.api.route.IRoute)"},{"p":"com.tractrac.model.lib.api.event","c":"DataSource","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"StartTimeType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent.StatusType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"DataSource","l":"values()"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"values()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"values()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"values()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"values()"},{"p":"com.tractrac.model.lib.api.event","c":"StartTimeType","l":"values()"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"values()"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent.StatusType","l":"values()"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent.Type","l":"values()"}];updateSearchResults(); |
|
| ... | ... | \ No newline at end of file |
| 0 | +memberSearchIndex = [{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"ABANDONED"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"abandonRace(long, UUID)","u":"abandonRace(long,java.util.UUID)"},{"p":"com.tractrac.model.lib.api.attachment","c":"AbstractAttachable","l":"AbstractAttachable()","u":"%3Cinit%3E()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"addCompetitor(ICompetitor)","u":"addCompetitor(com.tractrac.model.lib.api.event.ICompetitor)"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"ICompetitorsListener","l":"addCompetitor(long, ICompetitor)","u":"addCompetitor(long,com.tractrac.model.lib.api.event.ICompetitor)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"addControl(IMapItem)","u":"addControl(com.tractrac.model.lib.api.map.IMapItem)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"addControlPoint(IPositionedItem)","u":"addControlPoint(com.tractrac.model.lib.api.map.IPositionedItem)"},{"p":"com.tractrac.subscription.lib.api.map","c":"IMapItemsListener","l":"addMapItem(long, IMapItem)","u":"addMapItem(long,com.tractrac.model.lib.api.map.IMapItem)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"addRace(IRace)","u":"addRace(com.tractrac.model.lib.api.event.IRace)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"addRace(long, IRace)","u":"addRace(long,com.tractrac.model.lib.api.event.IRace)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"addRaceCompetitor(IRaceCompetitor)","u":"addRaceCompetitor(com.tractrac.model.lib.api.event.IRaceCompetitor)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceCompetitorListener","l":"addRaceCompetitor(long, IRaceCompetitor)","u":"addRaceCompetitor(long,com.tractrac.model.lib.api.event.IRaceCompetitor)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"after(IPosition)","u":"after(com.tractrac.model.lib.api.data.IPosition)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"after(long)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"before(IPosition)","u":"before(com.tractrac.model.lib.api.data.IPosition)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"before(long)"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent.Type","l":"Begin"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"BFD"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"BOUNDARY"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"CANOE"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"clean()"},{"p":"com.tractrac.model.lib.api.attachment","c":"AbstractAttachable","l":"cleanAll()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"competitorAbandoned()"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent.StatusType","l":"Connected"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"CONTROL"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createCompressedPosition(ByteBuffer, boolean)","u":"createCompressedPosition(java.nio.ByteBuffer,boolean)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createCompressedPosition(double, double, double, double, double)","u":"createCompressedPosition(double,double,double,double,double)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createCompressedPosition(double, double, double, double, double, Double, Double, Byte, Integer, Double, Boolean)","u":"createCompressedPosition(double,double,double,double,double,java.lang.Double,java.lang.Double,java.lang.Byte,java.lang.Integer,java.lang.Double,java.lang.Boolean)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createCoordinate(double, double)","u":"createCoordinate(double,double)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createCoordinate(double, double, double, double)","u":"createCoordinate(double,double,double,double)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createEvent(String, URI)","u":"createEvent(java.lang.String,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createEvents(String, URI)","u":"createEvents(java.lang.String,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createEventsForClubs(String, URI)","u":"createEventsForClubs(java.lang.String,java.net.URI)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createEventSubscriber(String, IEvent)","u":"createEventSubscriber(java.lang.String,com.tractrac.model.lib.api.event.IEvent)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createEventSubscriber(String, IEvent, URI, URI)","u":"createEventSubscriber(java.lang.String,com.tractrac.model.lib.api.event.IEvent,java.net.URI,java.net.URI)"},{"p":"com.tractrac.model.lib.api.metadata","c":"IMetadataFactory","l":"createMetadata(String)","u":"createMetadata(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"CreateModelException","l":"CreateModelException(Exception)","u":"%3Cinit%3E(java.lang.Exception)"},{"p":"com.tractrac.model.lib.api.route","c":"IPathRouteFactory","l":"createPathRoute(URL)","u":"createPathRoute(java.net.URL)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createPosition(double, double)","u":"createPosition(double,double)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createPosition(double, double, double, double, double, double, long)","u":"createPosition(double,double,double,double,double,double,long)"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionFactory","l":"createPosition(double, double, double, double, double, double, long, boolean, Double, Byte, Integer, Double, Boolean)","u":"createPosition(double,double,double,double,double,double,long,boolean,java.lang.Double,java.lang.Byte,java.lang.Integer,java.lang.Double,java.lang.Boolean)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createRace(String, IParameterSet)","u":"createRace(java.lang.String,com.tractrac.util.lib.api.programparameters.IParameterSet)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createRace(String, IParameterSet, URI, URI)","u":"createRace(java.lang.String,com.tractrac.util.lib.api.programparameters.IParameterSet,java.net.URI,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createRace(String, URI)","u":"createRace(java.lang.String,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createRace(String, URI, int)","u":"createRace(java.lang.String,java.net.URI,int)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createRace(String, URI, int, URI, URI)","u":"createRace(java.lang.String,java.net.URI,int,java.net.URI,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"createRace(String, URI, URI, URI)","u":"createRace(java.lang.String,java.net.URI,java.net.URI,java.net.URI)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createRaceSubscriber(String, IRace)","u":"createRaceSubscriber(java.lang.String,com.tractrac.model.lib.api.event.IRace)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createRaceSubscriber(String, IRace, URI)","u":"createRaceSubscriber(java.lang.String,com.tractrac.model.lib.api.event.IRace,java.net.URI)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createRaceSubscriber(String, IRace, URI, URI)","u":"createRaceSubscriber(java.lang.String,com.tractrac.model.lib.api.event.IRace,java.net.URI,java.net.URI)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createRaceSubscriber(String, URI)","u":"createRaceSubscriber(java.lang.String,java.net.URI)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriberFactory","l":"createRaceSubscriber(String, URI, URI, URI)","u":"createRaceSubscriber(java.lang.String,java.net.URI,java.net.URI,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"CYCLING"},{"p":"com.tractrac.model.lib.api.event","c":"DataSource","l":"DATASERVER_TCP"},{"p":"com.tractrac.model.lib.api.event","c":"DataSource","l":"DATASERVER_WEBSOCKET"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"dataSourceChanged(long, IRace, DataSource, URI, URI)","u":"dataSourceChanged(long,com.tractrac.model.lib.api.event.IRace,com.tractrac.model.lib.api.event.DataSource,java.net.URI,java.net.URI)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"DCT"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"deleteCache()"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"ICompetitorsListener","l":"deleteCompetitor(long, UUID)","u":"deleteCompetitor(long,java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"deleteCompetitor(UUID)","u":"deleteCompetitor(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"deleteControl(UUID)","u":"deleteControl(java.util.UUID)"},{"p":"com.tractrac.subscription.lib.api.map","c":"IMapItemsListener","l":"deleteMapItem(long, UUID)","u":"deleteMapItem(long,java.util.UUID)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"deleteRace(long, UUID)","u":"deleteRace(long,java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"deleteRace(UUID)","u":"deleteRace(java.util.UUID)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceCompetitorListener","l":"deleteRaceCompetitor(long, UUID)","u":"deleteRaceCompetitor(long,java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"deleteRaceCompetitor(UUID)","u":"deleteRaceCompetitor(java.util.UUID)"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent.StatusType","l":"Disconnected"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"distance(ICoordinate)","u":"distance(com.tractrac.model.lib.api.spatial.ICoordinate)"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"distance(ICoordinate, ICoordinate)","u":"distance(com.tractrac.model.lib.api.spatial.ICoordinate,com.tractrac.model.lib.api.spatial.ICoordinate)"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"distanceSq(ICoordinate)","u":"distanceSq(com.tractrac.model.lib.api.spatial.ICoordinate)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"DNC"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"DNE"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"DNF"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"DNS"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"DPI"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"DSQ"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent.Type","l":"End"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"EQUESTRIAN"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent.StatusType","l":"Error"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent.Type","l":"Error"},{"p":"com.tractrac.model.lib.api.event","c":"DataSource","l":"FILE_MTB"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"FIN"},{"p":"com.tractrac.model.lib.api.event","c":"StartTimeType","l":"FirstControl"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"fromInteger(int)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"fromInteger(int)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"fromInteger(int)"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"fromInteger(int)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"fromString(String)","u":"fromString(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"GENERAL_RECALL"},{"p":"com.tractrac.model.lib.api.attachment","c":"AbstractAttachable","l":"getAttachment(IAttachmentKey)","u":"getAttachment(com.tractrac.model.lib.api.attachment.IAttachmentKey)"},{"p":"com.tractrac.model.lib.api.attachment","c":"IAttachable","l":"getAttachment(IAttachmentKey)","u":"getAttachment(com.tractrac.model.lib.api.attachment.IAttachmentKey)"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"getAttachmentManager()"},{"p":"com.tractrac.model.lib.api.data","c":"IMessageData","l":"getBlob()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"getCenterLat()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"getCenterLon()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getColor()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getCompetitor()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getCompetitor(UUID)","u":"getCompetitor(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getCompetitorClass()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getCompetitorClasses()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitorClass","l":"getCompetitors()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getCompetitors()"},{"p":"com.tractrac.model.lib.api.data","c":"IControlPassing","l":"getControl()"},{"p":"com.tractrac.model.lib.api.route","c":"IControlRoute","l":"getControls()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinateSequence","l":"getCoordinate(int)"},{"p":"com.tractrac.model.lib.api.route","c":"ISegment","l":"getCoordinates()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getCourseArea()"},{"p":"com.tractrac.model.lib.api.map","c":"IMapItem","l":"getCourseArea()"},{"p":"com.tractrac.model.lib.api.map","c":"IPositionedItem","l":"getCourseArea()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getDatabase()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getDataSource()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getDefaultRoute()"},{"p":"com.tractrac.model.lib.api.event","c":"IEventFactory","l":"getDefaultTimeOut()"},{"p":"com.tractrac.model.lib.api.attachment","c":"IAttachmentKey","l":"getDescription()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getDescription()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitorClass","l":"getDescription()"},{"p":"com.tractrac.model.lib.api.event","c":"ITeam","l":"getDescription()"},{"p":"com.tractrac.model.lib.api.sensor","c":"ISensorData","l":"getDimensionAt(int)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"getDirection()"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"getDTL()"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent","l":"getError()"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent","l":"getErrorMsgs()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getEvent()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getEventEndTime()"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"getEventFactory()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getEventStartTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getEventType()"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"getEventTypeByName(String)","u":"getEventTypeByName(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"getEventTypeByUUID(String)","u":"getEventTypeByUUID(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getExpectedRaceStartDate()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getExtent()"},{"p":"com.tractrac.model.lib.api.route","c":"IRoute","l":"getExtent()"},{"p":"com.tractrac.model.lib.api.route","c":"ISegment","l":"getExtent()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getFirstName()"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"getHACC()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getHandicapToD()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getHandicapToT()"},{"p":"com.tractrac.model.lib.api.sensor","c":"ISensorData","l":"getHeel()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"getHeight()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ISimplePosition","l":"getHeight()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getIcon()"},{"p":"com.tractrac.model.lib.api.event","c":"ITeam","l":"getIcon()"},{"p":"com.tractrac.model.lib.api","c":"IIdentifiable","l":"getId()"},{"p":"com.tractrac.model.lib.api.attachment","c":"IAttachmentKey","l":"getIndex()"},{"p":"com.tractrac.model.lib.api.attachment","c":"IAttachmentManager","l":"getKeys(Class<? extends IAttachable>)","u":"getKeys(java.lang.Class)"},{"p":"com.tractrac.model.lib.api.data","c":"IMessageData","l":"getKind()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getLastName()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"getLatitude()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ISimplePosition","l":"getLatitude()"},{"p":"com.tractrac.model.lib.api.route","c":"IRoute","l":"getLength()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getLiveDelay()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getLiveURI()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getLiveURI()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"getLongitude()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ISimplePosition","l":"getLongitude()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"getLRLat()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"getLRLon()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"getM()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"getM()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ISimplePosition","l":"getM()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getMapItem(UUID)","u":"getMapItem(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getMapItems()"},{"p":"com.tractrac.model.lib.api.map","c":"IMapItem","l":"getMapItemType()"},{"p":"com.tractrac.model.lib.api.map","c":"IMapItem","l":"getMapName()"},{"p":"com.tractrac.model.lib.api.event","c":"CreateModelException","l":"getMessage()"},{"p":"com.tractrac.subscription.lib.api","c":"SubscriberInitializationException","l":"getMessage()"},{"p":"com.tractrac.subscription.lib.api.event","c":"IMessage","l":"getMessageData()"},{"p":"com.tractrac.model.lib.api.metadata","c":"IMetadataContainer","l":"getMetadata()"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"getMetadataFactory()"},{"p":"com.tractrac.model.lib.api","c":"INamed","l":"getName()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getNationality()"},{"p":"com.tractrac.model.lib.api.event","c":"ITeam","l":"getNationality()"},{"p":"com.tractrac.model.lib.api.data","c":"IMessageData","l":"getObject()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getOfficialFinishTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getOfficialRank()"},{"p":"com.tractrac.model.lib.api.data","c":"IPositionOffset","l":"getOffset()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getParameterSet()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getParamsURI()"},{"p":"com.tractrac.model.lib.api.data","c":"IControlPassings","l":"getPassings()"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"getPathRouteFactory()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getPicture()"},{"p":"com.tractrac.model.lib.api.event","c":"ITeam","l":"getPicture()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getPositionedItem(UUID)","u":"getPositionedItem(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getPositionedItems()"},{"p":"com.tractrac.model.lib.api.map","c":"IMapItem","l":"getPositionedItems()"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"getPositionFactory()"},{"p":"com.tractrac.model.lib.api.map","c":"IPositionedItem","l":"getPositions()"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent","l":"getProgress()"},{"p":"com.tractrac.model.lib.api.metadata","c":"IPropertiesContainer","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"com.tractrac.model.lib.api.route","c":"IControlRoute","l":"getProperty(String, int)","u":"getProperty(java.lang.String,int)"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getRace()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getRace(UUID)","u":"getRace(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getRaceCompetitor(UUID)","u":"getRaceCompetitor(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getRaceCompetitors()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getRaceEndTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getRaces()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceSerie","l":"getRaces()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getRaceSerie()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getRaceSeries()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getRaceStartTime()"},{"p":"com.tractrac.model.lib.api.sensor","c":"ISensorData","l":"getRaw()"},{"p":"com.tractrac.model.lib.api.sensor","c":"ISensorData","l":"getRideHeightPort()"},{"p":"com.tractrac.model.lib.api.sensor","c":"ISensorData","l":"getRideHeightStarboard()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getRoute()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getRoute(UUID)","u":"getRoute(java.util.UUID)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getRoutes()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getRoutes()"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"getRTKStatus()"},{"p":"com.tractrac.model.lib.api.route","c":"IPathSegment","l":"getSegment()"},{"p":"com.tractrac.model.lib.api.route","c":"IPathSegment","l":"getSegmentIndex()"},{"p":"com.tractrac.model.lib.api.route","c":"IPathRoute","l":"getSegments()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getShortName()"},{"p":"com.tractrac.model.lib.api.map","c":"IMapItem","l":"getShortName()"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"getSpeed()"},{"p":"com.tractrac.model.lib.api.route","c":"IPathSegment","l":"getStartOffset()"},{"p":"com.tractrac.model.lib.api.data","c":"IStartStopData","l":"getStartTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getStartTime()"},{"p":"com.tractrac.model.lib.api.event","c":"StartTimeType","l":"getStartTime(String)","u":"getStartTime(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getStartTimeType()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getStatus()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getStatus()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getStatusLastChangedTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getStatusLastChangedTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getStatusTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IRaceCompetitor","l":"getStatusTime()"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent","l":"getStatusType()"},{"p":"com.tractrac.model.lib.api.data","c":"IStartStopData","l":"getStopTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getStoredURI()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getStoredURI()"},{"p":"com.tractrac.subscription.lib.api","c":"SubscriptionLocator","l":"getSusbcriberFactory()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"getTeam()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getTeams()"},{"p":"com.tractrac.model.lib.api.data","c":"IMessageData","l":"getText()"},{"p":"com.tractrac.model.lib.api.metadata","c":"IMetadata","l":"getText()"},{"p":"com.tractrac.model.lib.api.data","c":"ITimeData","l":"getTimestamp()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ISimplePosition","l":"getTimestamp()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getTrackingEndTime()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getTrackingStartTime()"},{"p":"com.tractrac.model.lib.api.sensor","c":"ISensorData","l":"getTrim()"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"getTrueHeading()"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent","l":"getType()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"getULLat()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"getULLon()"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"getUuid()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"getValue()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"getValue()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"getValue()"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"getValue()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"getVisibility()"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"getWebURL()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"getX()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"getY()"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinate","l":"getZ()"},{"p":"com.tractrac.subscription.lib.api.control","c":"IControlPassingsListener","l":"gotControlPassings(long, IRaceCompetitor, IControlPassings)","u":"gotControlPassings(long,com.tractrac.model.lib.api.event.IRaceCompetitor,com.tractrac.model.lib.api.data.IControlPassings)"},{"p":"com.tractrac.subscription.lib.api.event","c":"IEventMessageListener","l":"gotEventMessage(IEvent, IMessageData)","u":"gotEventMessage(com.tractrac.model.lib.api.event.IEvent,com.tractrac.model.lib.api.data.IMessageData)"},{"p":"com.tractrac.subscription.lib.api.event","c":"IConnectionStatusListener","l":"gotLiveDataEvent(ILiveDataEvent)","u":"gotLiveDataEvent(com.tractrac.subscription.lib.api.event.ILiveDataEvent)"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"IPositionListener","l":"gotPosition(IRaceCompetitor, IPosition)","u":"gotPosition(com.tractrac.model.lib.api.event.IRaceCompetitor,com.tractrac.model.lib.api.data.IPosition)"},{"p":"com.tractrac.subscription.lib.api.map","c":"IPositionedItemPositionListener","l":"gotPositionedItemPosition(IPositionedItem, IPosition)","u":"gotPositionedItemPosition(com.tractrac.model.lib.api.map.IPositionedItem,com.tractrac.model.lib.api.data.IPosition)"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"IPositionOffsetListener","l":"gotPositionOffset(IRaceCompetitor, IPositionOffset)","u":"gotPositionOffset(com.tractrac.model.lib.api.event.IRaceCompetitor,com.tractrac.model.lib.api.data.IPositionOffset)"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"IPositionSnappedListener","l":"gotPositionSnapped(IRaceCompetitor, IPositionSnapped)","u":"gotPositionSnapped(com.tractrac.model.lib.api.event.IRaceCompetitor,com.tractrac.model.lib.api.data.IPositionSnapped)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceMessageListener","l":"gotRaceMessage(IRace, IMessageData)","u":"gotRaceMessage(com.tractrac.model.lib.api.event.IRace,com.tractrac.model.lib.api.data.IMessageData)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceStartStopTimesChangeListener","l":"gotRaceStartStopTime(IRace, IStartStopData)","u":"gotRaceStartStopTime(com.tractrac.model.lib.api.event.IRace,com.tractrac.model.lib.api.data.IStartStopData)"},{"p":"com.tractrac.subscription.lib.api.control","c":"IControlRouteChangeListener","l":"gotRouteChange(IControlRoute, long)","u":"gotRouteChange(com.tractrac.model.lib.api.route.IControlRoute,long)"},{"p":"com.tractrac.subscription.lib.api.control","c":"IControlRouteChangeListener","l":"gotRouteChange(IPathRoute, long)","u":"gotRouteChange(com.tractrac.model.lib.api.route.IPathRoute,long)"},{"p":"com.tractrac.subscription.lib.api.control","c":"IControlPointSensorDataListener","l":"gotSensorData(IMapItem, ISensorData, int)","u":"gotSensorData(com.tractrac.model.lib.api.map.IMapItem,com.tractrac.model.lib.api.sensor.ISensorData,int)"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"ICompetitorSensorDataListener","l":"gotSensorData(IRaceCompetitor, ISensorData)","u":"gotSensorData(com.tractrac.model.lib.api.event.IRaceCompetitor,com.tractrac.model.lib.api.sensor.ISensorData)"},{"p":"com.tractrac.subscription.lib.api.event","c":"IServerTimeListener","l":"gotServerTime(long, long)","u":"gotServerTime(long,long)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IStartStopTimesChangeListener","l":"gotStartStopTime(IStartStopData)","u":"gotStartStopTime(com.tractrac.model.lib.api.data.IStartStopData)"},{"p":"com.tractrac.subscription.lib.api.event","c":"IConnectionStatusListener","l":"gotStoredDataEvent(IStoredDataEvent)","u":"gotStoredDataEvent(com.tractrac.subscription.lib.api.event.IStoredDataEvent)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceStartStopTimesChangeListener","l":"gotTrackingStartStopTime(IRace, IStartStopData)","u":"gotTrackingStartStopTime(com.tractrac.model.lib.api.event.IRace,com.tractrac.model.lib.api.data.IStartStopData)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"HIDDEN"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"HIDDEN_STR"},{"p":"com.tractrac.model.lib.api.event","c":"StartTimeType","l":"Individual"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"isClear()"},{"p":"com.tractrac.model.lib.api.metadata","c":"IMetadata","l":"isEmpty()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"isFavourite()"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"isGPSTiming()"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"isInitialized()"},{"p":"com.tractrac.model.lib.api.map","c":"IMapItem","l":"isMultiple()"},{"p":"com.tractrac.model.lib.api.event","c":"ICompetitor","l":"isNonCompeting()"},{"p":"com.tractrac.model.lib.api.route","c":"IPathSegment","l":"isReversed()"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"isRouteSport(EventType)","u":"isRouteSport(com.tractrac.model.lib.api.event.EventType)"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"isRouteSport(String)","u":"isRouteSport(java.lang.String)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriber","l":"isRunning()"},{"p":"com.tractrac.model.lib.api.map","c":"IPositionedItem","l":"isStatic()"},{"p":"com.tractrac.model.lib.api.spatial","c":"IExtent","l":"isValid()"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"KITE"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"loadRaces()"},{"p":"com.tractrac.model.lib.api.route","c":"IPathRoute","l":"locateAlong(double)"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinateSequence","l":"locateAlong(double)"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"ModelLocator()","u":"%3Cinit%3E()"},{"p":"com.tractrac.model.lib.api.attachment","c":"IAttachmentManager","l":"newKey(Class<? extends IAttachable>, String)","u":"newKey(java.lang.Class,java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"NONE"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"NSC"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"OCS"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"OFFICIAL"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"OFFLINE"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"OFFLINE_STR"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"OFFSET_MARK"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"ONLINE"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"ONLINE_STR"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"ORIENTEERING"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"PADDLING"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"POSTPONED"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent.Type","l":"Progress"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"RAC"},{"p":"com.tractrac.model.lib.api.event","c":"RaceLoadingException","l":"RaceLoadingException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"StartTimeType","l":"RaceStart"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"RACING"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"RCT"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"RDG"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"registerAttachmentManager(IAttachmentManager)","u":"registerAttachmentManager(com.tractrac.model.lib.api.attachment.IAttachmentManager)"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"registerEventFactory(IEventFactory)","u":"registerEventFactory(com.tractrac.model.lib.api.event.IEventFactory)"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"registerMetadataFactory(IMetadataFactory)","u":"registerMetadataFactory(com.tractrac.model.lib.api.metadata.IMetadataFactory)"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"registerPathRouteFactory(IPathRouteFactory)","u":"registerPathRouteFactory(com.tractrac.model.lib.api.route.IPathRouteFactory)"},{"p":"com.tractrac.model.lib.api","c":"ModelLocator","l":"registerPositionFactory(IPositionFactory)","u":"registerPositionFactory(com.tractrac.model.lib.api.data.IPositionFactory)"},{"p":"com.tractrac.subscription.lib.api","c":"SubscriptionLocator","l":"registerSubscriberFactory(ISubscriberFactory)","u":"registerSubscriberFactory(com.tractrac.subscription.lib.api.ISubscriberFactory)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"reloadFromServer()"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"reloadRace(long, UUID)","u":"reloadRace(long,java.util.UUID)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceCompetitorListener","l":"removeOffsetPositions(long, UUID, int)","u":"removeOffsetPositions(long,java.util.UUID,int)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"REPLAY"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"REPLAY_STR"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"requiresDate()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"RET"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"ROUTE_SPORTS"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"ROWING"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"RUNNING"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"SAILING"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"SCP"},{"p":"com.tractrac.model.lib.api.attachment","c":"AbstractAttachable","l":"setAttachment(IAttachmentKey, Object)","u":"setAttachment(com.tractrac.model.lib.api.attachment.IAttachmentKey,java.lang.Object)"},{"p":"com.tractrac.model.lib.api.attachment","c":"IAttachable","l":"setAttachment(IAttachmentKey, Object)","u":"setAttachment(com.tractrac.model.lib.api.attachment.IAttachmentKey,java.lang.Object)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"setDatasourceURIs(URI, URI, URI)","u":"setDatasourceURIs(java.net.URI,java.net.URI,java.net.URI)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"setDirection(double)"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"setHeight(double)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"setInitialized(boolean)"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"setLatitude(double)"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"setLongitude(double)"},{"p":"com.tractrac.model.lib.api.spatial","c":"IGeoCoordinate","l":"setM(double)"},{"p":"com.tractrac.model.lib.api.data","c":"IPosition","l":"setSpeed(double)"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinateSequence","l":"size()"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"SKI"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"SPREADER_MARK"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"START"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriber","l":"start()"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"startTracking(long, UUID)","u":"startTracking(long,java.util.UUID)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriber","l":"stop()"},{"p":"com.tractrac.subscription.lib.api.event","c":"IConnectionStatusListener","l":"stopped(Object)","u":"stopped(java.lang.Object)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"STP"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"subscribeCompetitors(ICompetitorsListener)","u":"subscribeCompetitors(com.tractrac.subscription.lib.api.competitor.ICompetitorsListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeCompetitorSensorData(ICompetitorSensorDataListener)","u":"subscribeCompetitorSensorData(com.tractrac.subscription.lib.api.competitor.ICompetitorSensorDataListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeCompetitorSensorData(ICompetitorSensorDataListener, long, long)","u":"subscribeCompetitorSensorData(com.tractrac.subscription.lib.api.competitor.ICompetitorSensorDataListener,long,long)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriber","l":"subscribeConnectionStatus(IConnectionStatusListener)","u":"subscribeConnectionStatus(com.tractrac.subscription.lib.api.event.IConnectionStatusListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeControlPassings(IControlPassingsListener)","u":"subscribeControlPassings(com.tractrac.subscription.lib.api.control.IControlPassingsListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeControlPassings(IControlPassingsListener, UUID...)","u":"subscribeControlPassings(com.tractrac.subscription.lib.api.control.IControlPassingsListener,java.util.UUID...)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeControlSensorData(IControlPointSensorDataListener)","u":"subscribeControlSensorData(com.tractrac.subscription.lib.api.control.IControlPointSensorDataListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeControlSensorData(IControlPointSensorDataListener, long, long)","u":"subscribeControlSensorData(com.tractrac.subscription.lib.api.control.IControlPointSensorDataListener,long,long)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"subscribeEventMessages(IEventMessageListener)","u":"subscribeEventMessages(com.tractrac.subscription.lib.api.event.IEventMessageListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"subscribeEventTimesChanges(IStartStopTimesChangeListener)","u":"subscribeEventTimesChanges(com.tractrac.subscription.lib.api.race.IStartStopTimesChangeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"subscribeMapItems(IMapItemsListener)","u":"subscribeMapItems(com.tractrac.subscription.lib.api.map.IMapItemsListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionedItemPositions(IPositionedItemPositionListener)","u":"subscribePositionedItemPositions(com.tractrac.subscription.lib.api.map.IPositionedItemPositionListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionedItemPositions(IPositionedItemPositionListener, long, long)","u":"subscribePositionedItemPositions(com.tractrac.subscription.lib.api.map.IPositionedItemPositionListener,long,long)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositions(IPositionListener)","u":"subscribePositions(com.tractrac.subscription.lib.api.competitor.IPositionListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositions(IPositionListener, long, long)","u":"subscribePositions(com.tractrac.subscription.lib.api.competitor.IPositionListener,long,long)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositions(IPositionListener, long, long, UUID...)","u":"subscribePositions(com.tractrac.subscription.lib.api.competitor.IPositionListener,long,long,java.util.UUID...)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositions(IPositionListener, UUID...)","u":"subscribePositions(com.tractrac.subscription.lib.api.competitor.IPositionListener,java.util.UUID...)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionsOffset(IPositionOffsetListener)","u":"subscribePositionsOffset(com.tractrac.subscription.lib.api.competitor.IPositionOffsetListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionsOffset(IPositionOffsetListener, long, long)","u":"subscribePositionsOffset(com.tractrac.subscription.lib.api.competitor.IPositionOffsetListener,long,long)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionsSnapped(IPositionSnappedListener)","u":"subscribePositionsSnapped(com.tractrac.subscription.lib.api.competitor.IPositionSnappedListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionsSnapped(IPositionSnappedListener, long, long)","u":"subscribePositionsSnapped(com.tractrac.subscription.lib.api.competitor.IPositionSnappedListener,long,long)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionsSnapped(IPositionSnappedListener, long, long, UUID...)","u":"subscribePositionsSnapped(com.tractrac.subscription.lib.api.competitor.IPositionSnappedListener,long,long,java.util.UUID...)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribePositionsSnapped(IPositionSnappedListener, UUID...)","u":"subscribePositionsSnapped(com.tractrac.subscription.lib.api.competitor.IPositionSnappedListener,java.util.UUID...)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeRaceCompetitor(IRaceCompetitorListener)","u":"subscribeRaceCompetitor(com.tractrac.subscription.lib.api.race.IRaceCompetitorListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeRaceMessages(IRaceMessageListener)","u":"subscribeRaceMessages(com.tractrac.subscription.lib.api.race.IRaceMessageListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"subscribeRaces(IRacesListener)","u":"subscribeRaces(com.tractrac.subscription.lib.api.race.IRacesListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeRaceTimesChanges(IRaceStartStopTimesChangeListener)","u":"subscribeRaceTimesChanges(com.tractrac.subscription.lib.api.race.IRaceStartStopTimesChangeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"SubscriberInitializationException","l":"SubscriberInitializationException(Exception)","u":"%3Cinit%3E(java.lang.Exception)"},{"p":"com.tractrac.subscription.lib.api","c":"SubscriberInitializationException","l":"SubscriberInitializationException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"subscribeRouteChanges(IControlRouteChangeListener)","u":"subscribeRouteChanges(com.tractrac.subscription.lib.api.control.IControlRouteChangeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"subscribeServerTime(IServerTimeListener)","u":"subscribeServerTime(com.tractrac.subscription.lib.api.event.IServerTimeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"SubscriptionLocator","l":"SubscriptionLocator()","u":"%3Cinit%3E()"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"SWIMMING"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"TLE"},{"p":"com.tractrac.model.lib.api.spatial","c":"ICoordinateSequence","l":"toArray()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"UFD"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"UNOFFICIAL"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"unsubscribeCompetitors(ICompetitorsListener)","u":"unsubscribeCompetitors(com.tractrac.subscription.lib.api.competitor.ICompetitorsListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeCompetitorSensorData(ICompetitorSensorDataListener)","u":"unsubscribeCompetitorSensorData(com.tractrac.subscription.lib.api.competitor.ICompetitorSensorDataListener)"},{"p":"com.tractrac.subscription.lib.api","c":"ISubscriber","l":"unsubscribeConnectionStatus(IConnectionStatusListener)","u":"unsubscribeConnectionStatus(com.tractrac.subscription.lib.api.event.IConnectionStatusListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeControlPassings(IControlPassingsListener)","u":"unsubscribeControlPassings(com.tractrac.subscription.lib.api.control.IControlPassingsListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeControlSensorData(IControlPointSensorDataListener)","u":"unsubscribeControlSensorData(com.tractrac.subscription.lib.api.control.IControlPointSensorDataListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"unsubscribeEventMessages(IEventMessageListener)","u":"unsubscribeEventMessages(com.tractrac.subscription.lib.api.event.IEventMessageListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"unsubscribeEventTimesChanges(IStartStopTimesChangeListener)","u":"unsubscribeEventTimesChanges(com.tractrac.subscription.lib.api.race.IStartStopTimesChangeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"unsubscribeMapItems(IMapItemsListener)","u":"unsubscribeMapItems(com.tractrac.subscription.lib.api.map.IMapItemsListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribePositionedItemPositions(IPositionedItemPositionListener)","u":"unsubscribePositionedItemPositions(com.tractrac.subscription.lib.api.map.IPositionedItemPositionListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribePositions(IPositionListener)","u":"unsubscribePositions(com.tractrac.subscription.lib.api.competitor.IPositionListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribePositionsOffset(IPositionOffsetListener)","u":"unsubscribePositionsOffset(com.tractrac.subscription.lib.api.competitor.IPositionOffsetListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribePositionsSnapped(IPositionSnappedListener)","u":"unsubscribePositionsSnapped(com.tractrac.subscription.lib.api.competitor.IPositionSnappedListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeRaceCompetitor(IRaceCompetitorListener)","u":"unsubscribeRaceCompetitor(com.tractrac.subscription.lib.api.race.IRaceCompetitorListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeRaceMessages(IRaceMessageListener)","u":"unsubscribeRaceMessages(com.tractrac.subscription.lib.api.race.IRaceMessageListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"unsubscribeRaces(IRacesListener)","u":"unsubscribeRaces(com.tractrac.subscription.lib.api.race.IRacesListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeRaceTimesChanges(IRaceStartStopTimesChangeListener)","u":"unsubscribeRaceTimesChanges(com.tractrac.subscription.lib.api.race.IRaceStartStopTimesChangeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IRaceSubscriber","l":"unsubscribeRouteChanges(IControlRouteChangeListener)","u":"unsubscribeRouteChanges(com.tractrac.subscription.lib.api.control.IControlRouteChangeListener)"},{"p":"com.tractrac.subscription.lib.api","c":"IEventSubscriber","l":"unsubscribeServerTime(IServerTimeListener)","u":"unsubscribeServerTime(com.tractrac.subscription.lib.api.event.IServerTimeListener)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"UPCOMING"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"UPCOMING_STR"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"updateCompetitor(ICompetitor)","u":"updateCompetitor(com.tractrac.model.lib.api.event.ICompetitor)"},{"p":"com.tractrac.subscription.lib.api.competitor","c":"ICompetitorsListener","l":"updateCompetitor(long, ICompetitor)","u":"updateCompetitor(long,com.tractrac.model.lib.api.event.ICompetitor)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"updateControl(IMapItem)","u":"updateControl(com.tractrac.model.lib.api.map.IMapItem)"},{"p":"com.tractrac.subscription.lib.api.map","c":"IMapItemsListener","l":"updateMapItem(long, IMapItem)","u":"updateMapItem(long,com.tractrac.model.lib.api.map.IMapItem)"},{"p":"com.tractrac.model.lib.api.event","c":"IEvent","l":"updateRace(IRace)","u":"updateRace(com.tractrac.model.lib.api.event.IRace)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRacesListener","l":"updateRace(long, IRace)","u":"updateRace(long,com.tractrac.model.lib.api.event.IRace)"},{"p":"com.tractrac.model.lib.api.event","c":"IRace","l":"updateRaceCompetitor(IRaceCompetitor)","u":"updateRaceCompetitor(com.tractrac.model.lib.api.event.IRaceCompetitor)"},{"p":"com.tractrac.subscription.lib.api.race","c":"IRaceCompetitorListener","l":"updateRaceCompetitor(long, IRaceCompetitor)","u":"updateRaceCompetitor(long,com.tractrac.model.lib.api.event.IRaceCompetitor)"},{"p":"com.tractrac.subscription.lib.api.route","c":"IRoutesListener","l":"updateRoute(IRoute)","u":"updateRoute(com.tractrac.model.lib.api.route.IRoute)"},{"p":"com.tractrac.model.lib.api.event","c":"DataSource","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"StartTimeType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent.StatusType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent.Type","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.tractrac.model.lib.api.event","c":"DataSource","l":"values()"},{"p":"com.tractrac.model.lib.api.event","c":"EventType","l":"values()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"values()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceStatusType","l":"values()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceVisibilityType","l":"values()"},{"p":"com.tractrac.model.lib.api.event","c":"StartTimeType","l":"values()"},{"p":"com.tractrac.model.lib.api.map","c":"MapItemType","l":"values()"},{"p":"com.tractrac.subscription.lib.api.event","c":"ILiveDataEvent.StatusType","l":"values()"},{"p":"com.tractrac.subscription.lib.api.event","c":"IStoredDataEvent.Type","l":"values()"},{"p":"com.tractrac.model.lib.api.event","c":"RaceCompetitorStatusType","l":"ZFP"}];updateSearchResults(); |
|
| ... | ... | \ No newline at end of file |
java/com.tractrac.clientmodule/javadoc/options
| ... | ... | @@ -1,13 +1,13 @@ |
| 1 | 1 | -classpath |
| 2 | -'/home/jorge/.m2/repository/com/tractrac/model-lib-api/5.0.3/model-lib-api-5.0.3.jar:/home/jorge/.m2/repository/com/tractrac/common-lib-api/5.0.0-SNAPSHOT/common-lib-api-5.0.0-SNAPSHOT.jar:/home/jorge/.m2/repository/org/json/json/20240303/json-20240303.jar:/home/jorge/.m2/repository/com/tractrac/subscription-lib-api/5.0.3/subscription-lib-api-5.0.3.jar:/home/jorge/.m2/repository/com/tractrac/util-lib-api/5.0.0-SNAPSHOT/util-lib-api-5.0.0-SNAPSHOT.jar' |
|
| 2 | +'/home/jorge/.m2/repository/com/tractrac/model-lib-api/5.1.0/model-lib-api-5.1.0.jar:/home/jorge/.m2/repository/com/tractrac/common-lib-api/5.0.0-SNAPSHOT/common-lib-api-5.0.0-SNAPSHOT.jar:/home/jorge/.m2/repository/org/json/json/20240303/json-20240303.jar:/home/jorge/.m2/repository/com/tractrac/subscription-lib-api/5.1.0/subscription-lib-api-5.1.0.jar:/home/jorge/.m2/repository/com/tractrac/util-lib-api/5.0.0-SNAPSHOT/util-lib-api-5.0.0-SNAPSHOT.jar' |
|
| 3 | 3 | -encoding |
| 4 | 4 | 'Windows-1252' |
| 5 | 5 | -protected |
| 6 | 6 | -sourcepath |
| 7 | -'/home/jorge/TracTrac/src/daemons-java/subscription/app/tracapi/src/main/java:/home/jorge/TracTrac/src/daemons-java/subscription/app/tracapi/target/distro-javadoc-sources/model-lib-api-5.0.3-sources:/home/jorge/TracTrac/src/daemons-java/subscription/app/tracapi/target/distro-javadoc-sources/subscription-lib-api-5.0.3-sources' |
|
| 7 | +'/home/jorge/TracTrac/src/daemons-java/subscription/app/tracapi/src/main/java:/home/jorge/TracTrac/src/daemons-java/subscription/app/tracapi/target/distro-javadoc-sources/model-lib-api-5.1.0-sources:/home/jorge/TracTrac/src/daemons-java/subscription/app/tracapi/target/distro-javadoc-sources/subscription-lib-api-5.1.0-sources' |
|
| 8 | 8 | -author |
| 9 | 9 | -bottom |
| 10 | -'Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.' |
|
| 10 | +'Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.' |
|
| 11 | 11 | -charset |
| 12 | 12 | 'UTF-8' |
| 13 | 13 | -d |
| ... | ... | @@ -15,10 +15,10 @@ |
| 15 | 15 | -docencoding |
| 16 | 16 | 'UTF-8' |
| 17 | 17 | -doctitle |
| 18 | -'TracAPI 5.0.3' |
|
| 18 | +'TracAPI 5.1.0' |
|
| 19 | 19 | -linkoffline |
| 20 | 20 | 'https://docs.oracle.com/javase/8/docs/api' '/home/jorge/TracTrac/src/daemons-java/subscription/app/tracapi/target/javadoc-bundle-options' |
| 21 | 21 | -use |
| 22 | 22 | -version |
| 23 | 23 | -windowtitle |
| 24 | -'Subscription - Applications - TracAPI 5.0.3 API' |
|
| 24 | +'Subscription - Applications - TracAPI 5.1.0 API' |
java/com.tractrac.clientmodule/javadoc/overview-summary.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Subscription - Applications - TracAPI 5.0.3 API</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Subscription - Applications - TracAPI 5.1.0 API</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="index redirect"> |
| 10 | 10 | <meta name="generator" content="javadoc/IndexRedirectWriter"> |
| 11 | 11 | <link rel="canonical" href="index.html"> |
java/com.tractrac.clientmodule/javadoc/overview-tree.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Class Hierarchy (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Class Hierarchy (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="class tree"> |
| 10 | 10 | <meta name="generator" content="javadoc/TreeWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| ... | ... | @@ -273,7 +273,7 @@ loadScripts(document, 'script');</script> |
| 273 | 273 | </main> |
| 274 | 274 | <footer role="contentinfo"> |
| 275 | 275 | <hr> |
| 276 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 276 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 277 | 277 | </footer> |
| 278 | 278 | </div> |
| 279 | 279 | </div> |
java/com.tractrac.clientmodule/javadoc/search.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Search (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Search (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="search"> |
| 10 | 10 | <meta name="generator" content="javadoc/SearchWriter"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| ... | ... | @@ -70,7 +70,7 @@ loadScripts(document, 'script');</script> |
| 70 | 70 | </main> |
| 71 | 71 | <footer role="contentinfo"> |
| 72 | 72 | <hr> |
| 73 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 73 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 74 | 74 | </footer> |
| 75 | 75 | </div> |
| 76 | 76 | </div> |
java/com.tractrac.clientmodule/javadoc/serialized-form.html
| ... | ... | @@ -1,11 +1,11 @@ |
| 1 | 1 | <!DOCTYPE HTML> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | -<!-- Generated by javadoc (21) on Thu Dec 18 06:23:01 UTC 2025 --> |
|
| 5 | -<title>Serialized Form (Subscription - Applications - TracAPI 5.0.3 API)</title> |
|
| 4 | +<!-- Generated by javadoc (21) on Wed Apr 08 10:53:48 UTC 2026 --> |
|
| 5 | +<title>Serialized Form (Subscription - Applications - TracAPI 5.1.0 API)</title> |
|
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 8 | -<meta name="dc.created" content="2025-12-18"> |
|
| 8 | +<meta name="dc.created" content="2026-04-08"> |
|
| 9 | 9 | <meta name="description" content="serialized forms"> |
| 10 | 10 | <meta name="generator" content="javadoc/SerializedFormWriterImpl"> |
| 11 | 11 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| ... | ... | @@ -89,7 +89,7 @@ loadScripts(document, 'script');</script> |
| 89 | 89 | </main> |
| 90 | 90 | <footer role="contentinfo"> |
| 91 | 91 | <hr> |
| 92 | -<p class="legal-copy"><small>Copyright © 2025 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 92 | +<p class="legal-copy"><small>Copyright © 2026 <a href="http://www.tractrac.com/">TracTrac</a>. All rights reserved.</small></p> |
|
| 93 | 93 | </footer> |
| 94 | 94 | </div> |
| 95 | 95 | </div> |
java/com.tractrac.clientmodule/lib/TracAPI-src.jar
java/com.tractrac.clientmodule/lib/TracAPI.jar