public class ConnectionUriEventFilter extends java.lang.Object implements EventFilter
| Constructor and Description |
|---|
ConnectionUriEventFilter(java.net.URI connectionURI) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Event event) |
static ConnectionUriEventFilter |
forEvent(Event event)
Factory method for creating a filter from an event by using its connection URI.
|
java.net.URI |
getConnectionURI() |
public ConnectionUriEventFilter(java.net.URI connectionURI)
public static ConnectionUriEventFilter forEvent(Event event)
event - public boolean accept(Event event)
accept in interface EventFilterpublic java.net.URI getConnectionURI()
Copyright © 2018. All Rights Reserved.