public interface IvyBindListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
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
|
void bindPerformed(IvyClient client, int id, java.lang.String regexp)
client - the peerid - the regexp IDregexp - the regexpvoid unbindPerformed(IvyClient client, int id, java.lang.String regexp)
client - the peerid - the regexp IDregexp - the regexp