|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface which defines the callback
Method Summary | |
void |
flocImportException(java.io.IOException e)
An exception (given as an argument) occured during import. |
void |
flocImportMessage(java.lang.String message)
Floc import progress message (displays import progress) |
void |
flocImportUnregistered()
Import failed; the game is not registered. |
boolean |
flocTextImportComplete(java.lang.String text)
Floc Text import completed successfully. |
void |
flocWorldImportComplete(World world)
Floc World import completed successfully. |
Method Detail |
public void flocImportException(java.io.IOException e)
public boolean flocTextImportComplete(java.lang.String text)
Note: return true
if processor should continue on
to convert text into a World object; return false
if
FlocImport is complete and automatic World object creation is
not required.
public void flocWorldImportComplete(World world)
Note: this method only excecutes if flocTextImportComplete() returns
true
public void flocImportMessage(java.lang.String message)
public void flocImportUnregistered()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |