org.relayirc.chatengine
Interface IChatObject
- All Known Implementing Classes:
- Server, Channel, User
- public interface IChatObject
Interface for a chat data object, created for use by PropDlg and PropPanel.
- Version:
- $Revision: 1.4.2.4 $
The contents of this file are subject to the Mozilla Public License
Version 1.0 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
Original Code: Relay IRC Chat Engine
Initial Developer: David M. Johnson
Contributor(s): No contributors to this file
Copyright (C) 1997-2000 by David M. Johnson
All Rights Reserved.
- Author:
- David M. Johnson.
Method Summary |
java.lang.String |
getDescription()
Get object's description. |
void |
setDescription(java.lang.String desc)
Set object's description. |
getDescription
public java.lang.String getDescription()
- Get object's description.
setDescription
public void setDescription(java.lang.String desc)
- Set object's description.