jACOB 2.7 API Documentation.

de.tif.jacob.screen.event
Class IFormEventHandler

java.lang.Object
  extended by EventHandler
      extended by de.tif.jacob.screen.event.GuiEventHandler
          extended by 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
           
 
Constructor Summary
IFormEventHandler()
           
 
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 de.tif.jacob.screen.event.GuiEventHandler
alert, alert, alert
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

IFormEventHandler

public IFormEventHandler()
Method Detail

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 context
form - 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 context
form - The hidden form
Throws:
java.lang.Exception

jACOB 2.7 API Documentation.