public class PollingScheduler.Polling extends Object
This class represents a polling information. It's composed of a listener to be notified polling is performed and a set of patterns matching the desired nuts.
| Constructor and Description |
|---|
PollingScheduler.Polling(T l)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPattern(String pattern)
Adds all the specified listeners.
|
T |
getListener()
Gets the listener.
|
Set<String> |
getPatterns()
Gets the patterns.
|
public PollingScheduler.Polling(T l)
Creates a new instance.
l - the listener to be notifiedCopyright © 2012-2015. All Rights Reserved.