fr.dgac.ivy
Interface IvyBindListener
public interface IvyBindListener
extends java.util.EventListener
implements java.util.EventListener
this interface specifies the methods of a BindListener
Method Summary |
public void | bindPerformed(IvyClient client, int id, String regexp) |
| invoked when a Ivy Client performs a bind
|
public void | unbindPerformed(IvyClient client, int id, String regexp) |
| invoked when a Ivy Client performs a unbind
|
Method Details
bindPerformed
public void bindPerformed(IvyClient client, int id, String regexp)
invoked when a Ivy Client performs a bind
Parameters:
client - the peer
id
regexp - the regexp
unbindPerformed
public void unbindPerformed(IvyClient client, int id, String regexp)
invoked when a Ivy Client performs a unbind
Parameters:
client - the peer
id
regexp - the regexp