| Package | Description |
|---|---|
| org.kitteh.irc.client.library.defaults.feature |
Defaults!
|
| org.kitteh.irc.client.library.feature |
Things to make life lovely!
|
| org.kitteh.irc.client.library.feature.filter |
Event filters.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
DefaultEventManager.registerAnnotationFilter(Class<A> annotationClass,
FilterProcessor<?,A> filterProcessor) |
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
EventManager.registerAnnotationFilter(Class<A> annotationClass,
FilterProcessor<?,A> filterProcessor)
Registers an annotation to be used in filtering events if present on
a handler method.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandFilter.Processor
Processes this annotation-based filter.
|
static class |
EchoMessage.Processor |
static class |
MeCommandOnly.Processor |
static class |
NumericFilter.Processor
Processes this annotation-based filter.
|
static class |
TagFilter.Processor
Processes this annotation-based filter.
|
static class |
ToSelfOnly.Processor |
Copyright © 2013–2021 Kitteh. All rights reserved.