|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Plugin
Field Summary | |
---|---|
static int |
APPLICATION_STARTING
This message is sent when the program first starts up. |
static int |
APPLICATION_STOPPING
This message is sent just before the program shuts down. |
static int |
OBJECT_WINDOW_CLOSING
This message is sent just after an object editing window is closed. |
static int |
OBJECT_WINDOW_CREATED
This message is sent when a new object editing window is created. |
static int |
SCENE_SAVED
This message is sent when a scene is saved to disk. |
static int |
SCENE_WINDOW_CLOSING
This message is sent just after a scene editing window is closed. |
static int |
SCENE_WINDOW_CREATED
This message is sent when a new scene editing window is created. |
Method Summary | |
---|---|
void |
processMessage(int message,
java.lang.Object[] args)
This is the main method for the plugin. |
Field Detail |
---|
static final int APPLICATION_STARTING
static final int APPLICATION_STOPPING
static final int SCENE_WINDOW_CREATED
static final int SCENE_WINDOW_CLOSING
static final int SCENE_SAVED
static final int OBJECT_WINDOW_CREATED
static final int OBJECT_WINDOW_CLOSING
Method Detail |
---|
void processMessage(int message, java.lang.Object[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |