de.tif.jacob.screen.event
Class IFormEventHandler
java.lang.Object
EventHandler
de.tif.jacob.screen.event.GuiEventHandler
de.tif.jacob.screen.event.IFormEventHandler
public abstract class IFormEventHandler
- extends GuiEventHandler
FOR INTERNAL USE AT THE MOMENT
|
Field Summary |
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
|
|
Method Summary |
void |
onHide(IClientContext context,
IForm form)
This event method will be called, if the user switches to another form or
domain. |
void |
onShow(IClientContext context,
IForm form)
This event method will be called, if the user switches to another form or
domain. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RCS_ID
public static final transient java.lang.String RCS_ID
- The internal revision control system id.
- See Also:
- Constant Field Values
RCS_REV
public static final transient java.lang.String RCS_REV
- See Also:
- Constant Field Values
IFormEventHandler
public IFormEventHandler()
onShow
public void onShow(IClientContext context,
IForm form)
throws java.lang.Exception
- This event method will be called, if the user switches to another form or
domain.
- Parameters:
context - The current client contextform - The hidden form
- Throws:
java.lang.Exception
onHide
public void onHide(IClientContext context,
IForm form)
throws java.lang.Exception
- This event method will be called, if the user switches to another form or
domain.
- Parameters:
context - The current client contextform - The hidden form
- Throws:
java.lang.Exception