|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SGSChangeListener
Change listener that defines methods that are called when changes to a Styx Grid Service occur
| Method Summary | |
|---|---|
void |
error(java.lang.String message)
Fired when an error has occurred |
void |
gotInstances(CStyxFile[] instances)
Fired when we have got the latest list of instances for this SGS. |
| Method Detail |
|---|
void gotInstances(CStyxFile[] instances)
instances - Array of CStyxFiles, one for each directory at the
root of each instance. The dirEntrys of all the instances
will have been set, so it is safe to call getDirEntry() on any of the
CStyxFiles without worrying about the method blocking.void error(java.lang.String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||