fr.dgac.ivy
Interface IvyBindListener

All Superinterfaces:
java.util.EventListener

public interface IvyBindListener
extends java.util.EventListener

this interface specifies the methods of a BindListener


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

Method Detail

bindPerformed

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

Parameters:
client - the peer
id - the regexp ID
regexp - the regexp

unbindPerformed

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

Parameters:
client - the peer
id - the regexp ID
regexp - the regexp