Overview
Package
Tree
Index
Deprecated
Help
About
fr.dgac.ivy
Interface IvyMessageListener
public interface IvyMessageListener
extends java.util.EventListener
implements java.util.EventListener
this interface specifies the methods of an IvyMessageListener
Method Summary
public void
receive
(
IvyClient
client, String args)
this callback is invoked when a message has been received
Method Details
receive
public void receive(
IvyClient
client, String args)
this callback is invoked when a message has been received
Parameters:
client - the peer who sent the message
args - the array of string, on string for each subregexp
Overview
Package
Tree
Index
Deprecated
Help
About