|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DrawingChangedListener
This interface is used to get a callback from the MapData object
when the status of a drawing changes.
| Field Summary | |
|---|---|
static int |
DRAWING_ACTIVE
This value indicates the drawing was made active. |
static int |
ENTITIES_LOADED
This value indicates the entities associated with this drawing were loaded. |
static int |
LEVELS_LOADED
This value indicates the levels associated with this drawing were laoded. |
static int |
MAP_LOADED
This value indicates the map associated with this drawing was loaded. |
| Method Summary | |
|---|---|
void |
onDrawingChanged(Drawing drawing,
int flags)
This method is called when the drawing is loaded and/or set active. |
void |
onDrawingError(int did,
int error,
int flags)
This method is called when there is an error loading a drawing. |
| Field Detail |
|---|
static final int DRAWING_ACTIVE
static final int MAP_LOADED
static final int ENTITIES_LOADED
static final int LEVELS_LOADED
| Method Detail |
|---|
void onDrawingChanged(Drawing drawing,
int flags)
drawing - The drawing objectflags - flags indicating the event
void onDrawingError(int did,
int error,
int flags)
did - The drawing iderror - An error codeflags - flags indicating the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||