| Interface | Description |
|---|---|
| FilterProcessor<Event,A extends Annotation> |
Processes event filtering for custom-registered filter annotations.
|
| Class | Description |
|---|---|
| CommandFilter.Processor |
Processes this annotation-based filter.
|
| EchoMessage.Processor | |
| MeCommandOnly.Processor | |
| NumericFilter.Processor |
Processes this annotation-based filter.
|
| TagFilter.Processor |
Processes this annotation-based filter.
|
| ToSelfOnly.Processor |
| Annotation Type | Description |
|---|---|
| CommandFilter |
Indicates a specific command to listen to for the
ClientReceiveCommandEvent. |
| CommandFilter.Commands |
This is an annotation for storing repeated CommandFilter annotations.
|
| EchoMessage |
Only get messages sent by self.
|
| MeCommandOnly |
Only get CTCP messages that are from the
/me command. |
| NumericFilter |
Indicates a specific numeric to listen to for the
ClientReceiveNumericEvent. |
| NumericFilter.Numerics |
This is an annotation for storing repeated Numeric annotations.
|
| TagFilter |
Indicates a specific tag to listen to for any
ServerMessageEvent. |
| TagFilter.Tags |
This is an annotation for storing repeated TagFilter annotations.
|
| ToSelfOnly |
Only get messages addressed to self.
|
Copyright © 2013–2021 Kitteh. All rights reserved.