|
jET |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Scenery event. This is only interface so it is possible to create undoable events.
Field Summary | |
static int |
CHANGE
Change event type. |
static int |
INSERT
Insert event type. |
static int |
REMOVE
Remove event type. |
Method Summary | |
java.lang.Object[] |
getInserted()
Gets array of inserted elements. |
java.lang.Object[] |
getRemoved()
Gets array of removed elements. |
Scenery |
getScenery()
Returns scenery which sent this event. |
int |
getType()
Gets type of event. |
Field Detail |
public static final int INSERT
public static final int CHANGE
public static final int REMOVE
Method Detail |
public Scenery getScenery()
public int getType()
INSERT
,
CHANGE
,
REMOVE
public java.lang.Object[] getInserted()
null
when there was remove event.public java.lang.Object[] getRemoved()
null
when there was insert event.
|
jET |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |