|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.tickertape.notifier.twitter.TwitterNotifier
public class TwitterNotifier
Creates a Twitter notifier.
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 |
---|
public TwitterNotifier(java.lang.String user, java.lang.String password, java.util.logging.Logger logger)
user
- The user.password
- The password.logger
- The logger.Method Detail |
---|
public void notify(java.lang.String message)
message
- The message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |