|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.interfaces.HWMUserExitAdapter
public class HWMUserExitAdapter
Title: HWMUserExitAdapter
Description: This is the adapter class for IHWUserExit. Provides methods that the "exit func hookup" class will override to modify EPIC's standard Project New, Project Open, Project Save and Project Close methods.
Company: Altair Engineering, Inc.
Field Summary |
---|
Fields inherited from interface com.altair.hwm.interfaces.IHWMUserExit |
---|
ABORT, CONTINUE, CONTINUE_WO_FILEBROWSER, ONLY_INSTANTIATE |
Constructor Summary | |
---|---|
HWMUserExitAdapter()
|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWMUserExitAdapter()
Method Detail |
---|
public int OnProjectNewPre(java.lang.String[] arrstrFileName) throws java.lang.Exception
OnProjectNewPre
in interface IHWMUserExit
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
public int OnProjectNewPost(IHWMFrameWork hwmFrameWork) throws java.lang.Exception
OnProjectNewPost
in interface IHWMUserExit
hwmFrameWork
- The interface with which this object can communicate
with the HWM application.
java.lang.Exception
public int OnProjectOpenPre(java.lang.String[] arrstrFileName) throws java.lang.Exception
OnProjectOpenPre
in interface IHWMUserExit
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
public int OnProjectOpenPost(IHWMFrameWork hwmFrameWork) throws java.lang.Exception
OnProjectOpenPost
in interface IHWMUserExit
hwmFrameWork
- The interface with which this object can communicate
with the HWM application.
java.lang.Exception
public int OnProjectSavePre(IHWMFrameWork hwmFrameWork) throws java.lang.Exception
OnProjectSavePre
in interface IHWMUserExit
hwmFrameWork
- The interface with which this object can communicate
with the HWM application.
java.lang.Exception
public int OnProjectSavePost(IHWMFrameWork hwmFrameWork) throws java.lang.Exception
OnProjectSavePost
in interface IHWMUserExit
hwmFrameWork
- The interface with which this object can communicate
with the HWM application.
java.lang.Exception
public int OnProjectClose(IHWMFrameWork hwmFrameWork) throws java.lang.Exception
OnProjectClose
in interface IHWMUserExit
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 |