public abstract class ChatAction
extends javax.swing.AbstractAction
| Constructor and Description |
|---|
ChatAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected abstract void |
chat_display_local(ChatType type,
java.lang.String message) |
protected abstract ChatType |
getDefaultChatType() |
protected abstract boolean |
sendAdmin(AdminType type,
java.lang.String target,
java.lang.String reason) |
void |
sendBeep(java.lang.String target) |
protected abstract boolean |
sendChat(ChatType chatType,
java.lang.String target,
java.lang.String message)
Performs the requested chat operation.
|
protected ChatPanel chatPanel
public void actionPerformed(java.awt.event.ActionEvent e)
protected abstract void chat_display_local(ChatType type, java.lang.String message)
public void sendBeep(java.lang.String target)
throws java.io.IOException
java.io.IOExceptionprotected abstract boolean sendChat(ChatType chatType, java.lang.String target, java.lang.String message) throws java.io.IOException
chatType - target - message - java.io.IOExceptionprotected abstract ChatType getDefaultChatType()
protected abstract boolean sendAdmin(AdminType type, java.lang.String target, java.lang.String reason) throws java.io.IOException
java.io.IOException