public class IrcChannel extends BaseMicroblogAccountImpl implements MicroblogAccount
| Constructor and Description |
|---|
IrcChannel(IrcChannelConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFriendlyName() |
java.lang.String |
toString() |
void |
updateStatus(java.lang.String text,
java.awt.image.RenderedImage image)
Updates the status for the microblogging account.
|
getStatusTypes, updateStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetStatusTypes, updateStatuspublic IrcChannel(IrcChannelConfiguration configuration)
public void updateStatus(java.lang.String text,
java.awt.image.RenderedImage image)
MicroblogAccountupdateStatus in interface MicroblogAccountupdateStatus in class BaseMicroblogAccountImpltext - The text of a status updateimage - An image to be included in the status update, or null if no image
is includedpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getFriendlyName()
getFriendlyName in interface MicroblogAccount