|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.joctopus.ui.joctopus.ChatterHandler
public class ChatterHandler
This class handles all the events of chatterUI.
Field Summary | |
---|---|
JOctopusConsole |
chatterConsole
console for writing debug output. |
java.lang.StringBuilder |
handshakeMessage
handshake message containing full path of all files in selected directories. |
java.lang.StringBuilder |
path
path that will be visible in o/p text area. |
Constructor Summary | |
---|---|
ChatterHandler(JOctopusConsole console)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
ChatBoard |
getChatBoard()
|
ChatterUI |
getChatterUI()
|
Users |
getCurrentUser()
|
void |
sendMessage()
called when send message operation is triggered by ChatAreaTracker. |
void |
setChatBoard(ChatBoard chatBoard)
|
void |
setCurrentUser(Users currentUser)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.StringBuilder handshakeMessage
public JOctopusConsole chatterConsole
public java.lang.StringBuilder path
Constructor Detail |
---|
public ChatterHandler(JOctopusConsole console)
console
- Method Detail |
---|
public ChatBoard getChatBoard()
public void setChatBoard(ChatBoard chatBoard)
chatBoard
- the chatBoard to setpublic Users getCurrentUser()
public void setCurrentUser(Users currentUser)
currentUser
- the currentUser to setpublic ChatterUI getChatterUI()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void sendMessage()
IChat
sendMessage
in interface IChat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |