Class EventEmitter.Filter

java.lang.Object
io.ably.lib.util.EventEmitter.Filter
Enclosing class:
EventEmitter<Event,​Listener>

protected class EventEmitter.Filter
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    protected boolean apply​(Event event, java.lang.Object... args)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • apply

      protected boolean apply​(Event event, java.lang.Object... args)