Changes between Version 423 and Version 424 of WikiStart
- Timestamp:
- 07/27/21 14:01:01 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v423 v424 827 827 }}} 828 828 829 The party must follow the behaviours that it promises. The example above folows the SAOP behaviour but other examples like comparebids and simpleshaop are available as example. Check [#ExampleParties] for which parties support which behaviours. 829 The party must follow the behaviours that it promises. The example above folows the SAOP behaviour but other examples like comparebids and simpleshaop are available as example. Check [#ExampleParties] for which parties support which behaviours. 830 831 A party can directly use the Inform and Actions. This allows proper type checking of all the Party's code, and saves the programmer from interpreting JSON structures. 830 832 831 833 Notice, above is simplified code supporting, for fully working code check the [source:/exampleparties/randomparty/src/main/java/geniusweb/exampleparties/randomparty/RandomParty.java source code].