|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IvyBindListener
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 |
---|
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |