public static class MeCommandOnly.Processor extends Object implements FilterProcessor<CtcpEvent,MeCommandOnly>, net.engio.mbassy.listener.IMessageFilter<CtcpEvent>
| Constructor and Description |
|---|
Processor()
Constructs the processor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(@NonNull CtcpEvent event,
@NonNull MeCommandOnly[] annotations)
Gets if this event should be accepted based on annotations.
|
boolean |
accepts(CtcpEvent event,
net.engio.mbassy.subscription.SubscriptionContext context) |
public boolean accepts(@NonNull CtcpEvent event, @NonNull MeCommandOnly[] annotations)
FilterProcessoraccepts in interface FilterProcessor<CtcpEvent,MeCommandOnly>event - the eventannotations - the annotationsCopyright © 2013–2021 Kitteh. All rights reserved.