1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-22 17:02:21 -05:00

Renamed ChannelListener to ConversationListener

This commit is contained in:
Sebastian Kaspari 2010-03-14 22:11:54 +01:00
parent cc8c7d0546
commit a8ea5c2c92

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);