Class TwitterAggregator
java.lang.Object
org.glassfish.jersey.examples.aggregator.TwitterAggregator
- All Implemented Interfaces:
DataAggregator
Twitter message-based data aggregator implementation.
- Author:
- Marek Potociar
-
Constructor Summary
ConstructorsConstructorDescriptionTwitterAggregator(String rgbColor) Create new twitter message aggregator with a specific message color. -
Method Summary
Modifier and TypeMethodDescriptionvoidstart(String keywords, DataListener msgListener) voidstop()
-
Constructor Details
-
TwitterAggregator
Create new twitter message aggregator with a specific message color.- Parameters:
rgbColor- message color.
-
-
Method Details
-
start
- Specified by:
startin interfaceDataAggregator
-
stop
public void stop()- Specified by:
stopin interfaceDataAggregator
-