public class AnyTopicMatcher extends Object implements TMObjectMatcherIF
| Constructor and Description |
|---|
AnyTopicMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(TMObjectMatcherIF object)
INTERNAL: Returns true if this object equals the given parameter.
|
boolean |
matches(TMObjectIF topic)
INTERNAL: Returns true if this object is matched by the matcher.
|
String |
toString() |
public boolean matches(TMObjectIF topic)
TMObjectMatcherIFmatches in interface TMObjectMatcherIFpublic boolean equals(TMObjectMatcherIF object)
TMObjectMatcherIFequals in interface TMObjectMatcherIF