fr.dgac.ivy
Interface IvyBindListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
Probe

public interface IvyBindListener
extends java.util.EventListener

this interface specifies the methods of a BindListener


Method Summary
 void bindPerformed(fr.dgac.ivy.IvyClient client, int id, java.lang.String regexp)
          invoked when a Ivy Client performs a bind
 void unbindPerformed(fr.dgac.ivy.IvyClient client, int id, java.lang.String regexp)
          invoked when a Ivy Client performs a unbind
 

Method Detail

bindPerformed

public void bindPerformed(fr.dgac.ivy.IvyClient client,
                          int id,
                          java.lang.String regexp)
invoked when a Ivy Client performs a bind

Parameters:
client - the peer
regexp - the regexp

unbindPerformed

public void unbindPerformed(fr.dgac.ivy.IvyClient client,
                            int id,
                            java.lang.String regexp)
invoked when a Ivy Client performs a unbind

Parameters:
client - the peer
regexp - the regexp