Changes between Version 15 and Version 16 of Java Quagents Client
- Timestamp:
- Sep 4, 2011 4:12:23 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Java Quagents Client
v15 v16 56 56 ==== Event ==== 57 57 58 The event listener is triggered by in-game [[Events]]. These differ between GOD and Quagent connection, but generally relate to changes in the gamestate or significant in-game occurrences, such as Quagent death, players connecting or disconnecting, or the "say" command ([[sy]]). The functions are automatically triggered when an event is read, so the user must only define and attach the listener to receive events. 59 58 60 ==== Command Termination ==== 61 62 The command termination listener has two forms - one attached to an individual command and one attached to an entity as a while. The termination listener is accessed when a command termination message has been read from the server. This does not guarantee successful completion, but the user may poll exit code and relevant data to determine this. 59 63 60 64 == External (User-Level) Structure ==