org.hackystat.tickertape.notifier.twitter
Class TwitterNotifier

java.lang.Object
  extended by org.hackystat.tickertape.notifier.twitter.TwitterNotifier

public class TwitterNotifier
extends java.lang.Object

Creates a Twitter notifier.

Author:
Philip Johnson

Constructor Summary
TwitterNotifier(java.lang.String user, java.lang.String password, java.util.logging.Logger logger)
          Creates a Twitter notifier.
 
Method Summary
 void notify(java.lang.String message)
          Notify Twitter with the passed message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwitterNotifier

public TwitterNotifier(java.lang.String user,
                       java.lang.String password,
                       java.util.logging.Logger logger)
Creates a Twitter notifier.

Parameters:
user - The user.
password - The password.
logger - The logger.
Method Detail

notify

public void notify(java.lang.String message)
Notify Twitter with the passed message.

Parameters:
message - The message.