|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MsLinkListener
The class interested in receiving the MsLinkEvent should implement this interface. When ever there is change in state of MsLink, instance of MsLinkEvent is fired.
| Method Summary | |
|---|---|
void |
linkCreated(MsLinkEvent evt)
This method is called when MsLinkEventID.LINK_CREATED is fired. |
void |
linkDropped(MsLinkEvent evt)
This method is called when MsLinkEventID.LINK_DROPPED is fired. |
void |
linkFailed(MsLinkEvent evt)
This method is called when MsLinkEventID.LINK_FAILED is fired. |
void |
linkJoined(MsLinkEvent evt)
This method is called when MsLinkEventID.LINK_JOINED is fired. |
| Method Detail |
|---|
void linkCreated(MsLinkEvent evt)
evt - void linkJoined(MsLinkEvent evt)
evt - void linkDropped(MsLinkEvent evt)
evt - void linkFailed(MsLinkEvent evt)
evt -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||