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:
parent
cc8c7d0546
commit
a8ea5c2c92
@ -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);
|
Loading…
Reference in New Issue
Block a user