public void handle(final Tweet tweet) throws HandlerException {
System.out.println("" + tweet.getUser().getScreenName()
+ " [" + tweet.getId() + "]"
+ ": " + tweet.getText());
TweetContext tweetContext = new TweetContext() {
public User thisUser() {
throw new IllegalStateException("not implemented");
}
public Person thisPerson() {