Renamed ChannelListener to ConversationListener

This commit is contained in:
Sebastian Kaspari 2010-03-14 22:11:54 +01:00
parent cc8c7d0546
commit a8ea5c2c92
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
*/
package org.yaaic.listener;
public interface ChannelListener
public interface ConversationListener
{
public void onConversationMessage(String target);
public void onNewConversation(String target);