com.valhalla.jbother
Class ConversationArea.ShowHandler

java.lang.Object
  extended bycom.valhalla.jbother.ConversationArea.ShowHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ConversationArea

class ConversationArea.ShowHandler
extends java.lang.Object
implements java.awt.event.ActionListener

Actually appends the buffered data to the JEditorPane

Version:
2.0
Author:
Adam Olsen

Constructor Summary
(package private) ConversationArea.ShowHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationArea.ShowHandler

ConversationArea.ShowHandler()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener