mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-16 23:10:11 -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;
|
package org.yaaic.listener;
|
||||||
|
|
||||||
public interface ChannelListener
|
public interface ConversationListener
|
||||||
{
|
{
|
||||||
public void onConversationMessage(String target);
|
public void onConversationMessage(String target);
|
||||||
public void onNewConversation(String target);
|
public void onNewConversation(String target);
|
Loading…
Reference in New Issue
Block a user