SPARK-1296 added the ChatFramToFrontListener to fix build ;)

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12281 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Holger Bergunde
2011-04-26 14:29:30 +00:00
committed by holger.bergunde
parent fae878b7e5
commit fd7a7aa36e
3 changed files with 25 additions and 3 deletions

View File

@ -84,7 +84,7 @@ import org.jivesoftware.sparkimpl.settings.local.SettingsManager;
/**
* The base implementation of all ChatRoom conversations. You would implement this class to have most types of Chat.
*/
public abstract class ChatRoom extends BackgroundPanel implements ActionListener, PacketListener, DocumentListener, ConnectionListener, FocusListener, ContextMenuListener, ChatFrameToFronListener {
public abstract class ChatRoom extends BackgroundPanel implements ActionListener, PacketListener, DocumentListener, ConnectionListener, FocusListener, ContextMenuListener, ChatFrameToFrontListener {
private static final long serialVersionUID = 7981019929515888299L;
private final JPanel chatPanel;
private final JSplitPane splitPane;