| Annotation Type | Description |
|---|---|
| OnAlias |
Annotates a method to be called when a reply to a particular chatlet
is received.
|
| OnBotAdded |
Annotates a method to be called when a bot joins.
|
| OnComment |
Annotates a method to be called when a comment to a particular chatlet
is received.
|
| OnEvent |
Annotates a method to be called when an event is recieved.
|
| OnEventInAliasedRoom |
Annotates a method to be called when an event in a particular room
is received.
|
| OnFileUpload |
Annotates a method that will be called when a File is Uploaded.
|
| OnKeyword |
Annotates a method that will be called when a keyword message is received.
|
| OnKeyWordWithParam |
Annotates a method that will be called when a keyword message with parameters is received.
|
| OnMemberAdded |
Annotates a method to be called when a joined event is recieved.
|
| OnMemberLeft |
Annotates a method to be called when a left event is recieved.
|
| OnMemberRemoved |
Annotates a method to be called when a kicked event is recieved.
|
| OnMsg |
Annotates a method that will be called when a message is received.
|
| OnReplyFiltered |
Annotates a method to be called when a reply to a particular chatlet
is received.
|
| Param |
Annotates a method parameter that will be injected with the argument value when the OnKeyWordWithParam is called
or when File Upload is triggered.
|