|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHWMUserExit
Title: IHWMUserExit
Description: This is the interface that should be implemented by beans that need to override EPIC's standard Project New, Project Open, Project Save and Project Close methods.
Company: Altair Engineering, Inc.
Field Summary | |
---|---|
static int |
ABORT
|
static int |
CONTINUE
RETURN CODES |
static int |
CONTINUE_WO_FILEBROWSER
|
static int |
ONLY_INSTANTIATE
|
Method Summary | |
---|---|
int |
OnProjectClose(IHWMFrameWork hwmFrameWork)
Method that acts as an exit function for Project Close (Pre) |
int |
OnProjectNewPost(IHWMFrameWork hwmFrameWork)
Method that acts as an user exit function for Project New Post |
int |
OnProjectNewPre(java.lang.String[] arrstrFileName)
Method that acts as the user exit function for Project New Pre |
int |
OnProjectOpenPost(IHWMFrameWork hwmFrameWork)
Method that acts as the user exit function for Project Open Post |
int |
OnProjectOpenPre(java.lang.String[] arrstrFileName)
Method that acts as the user exit function for Project Open Pre |
int |
OnProjectSavePost(IHWMFrameWork hwmFrameWork)
Method that acts as an exit function for Project Save Post |
int |
OnProjectSavePre(IHWMFrameWork hwmFrameWork)
Method that acts as an exit function for Project Save Pre |
Field Detail |
---|
static final int CONTINUE
static final int CONTINUE_WO_FILEBROWSER
static final int ONLY_INSTANTIATE
static final int ABORT
Method Detail |
---|
int OnProjectNewPre(java.lang.String[] arrstrFileName) throws java.lang.Exception
arrstrFileName
- (Out; memory already allocated)
The procedure should fill in arrstrFileName[0] to be the name of the
file to create/set as the model instance name
java.lang.Exception
int OnProjectNewPost(IHWMFrameWork hwmFrameWork) throws java.lang.Exception
hwmFrameWork
- The interface with which this object can communicate
with the HWM application.
java.lang.Exception
int OnProjectOpenPre(java.lang.String[] arrstrFileName) throws java.lang.Exception
arrstrFileName
- (Out; memory already allocated)
The procedure should fill in arrstrFileName[0] to be the name of the
file to create/set as the model instance name
java.lang.Exception
int OnProjectOpenPost(IHWMFrameWork hwmFrameWork) throws java.lang.Exception
hwmFrameWork
- The interface with which this object can communicate
with the HWM application.
java.lang.Exception
int OnProjectSavePre(IHWMFrameWork hwmFrameWork) throws java.lang.Exception
hwmFrameWork
- The interface with which this object can communicate
with the HWM application.
java.lang.Exception
int OnProjectSavePost(IHWMFrameWork hwmFrameWork) throws java.lang.Exception
hwmFrameWork
- The interface with which this object can communicate
with the HWM application.
java.lang.Exception
int OnProjectClose(IHWMFrameWork hwmFrameWork) throws java.lang.Exception
hwmFrameWork
- The interface with which this object can communicate
with the HWM application.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |