jACOB 2.7 API Documentation.

de.tif.jacob.screen.event
Class IDomainEventHandler

java.lang.Object
  extended by EventHandler
      extended by de.tif.jacob.screen.event.GuiEventHandler
          extended by de.tif.jacob.screen.event.IDomainEventHandler

public abstract class IDomainEventHandler
extends GuiEventHandler

FOR INTERNAL USE AT THE MOMENT


Nested Class Summary
static class IDomainEventHandler.INavigationEntry
           
static interface IDomainEventHandler.INavigationPanel
           
 
Field Summary
static java.lang.String RCS_ID
          The internal revision control system id.
static java.lang.String RCS_REV
           
 
Constructor Summary
IDomainEventHandler()
           
 
Method Summary
 IDomainEventHandler.INavigationPanel getNavigationPanel(IClientContext context, IDomain domain)
           
 void onHide(IClientContext context, IDomain domain)
          This event method will be called, if the user switches to another form or domain.
 void onNavigation(IClientContext context, IDomain domain, java.lang.String navigationId, java.lang.String navigationData)
           
 void onShow(IClientContext context, IDomain domain)
          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

IDomainEventHandler

public IDomainEventHandler()
Method Detail

getNavigationPanel

public IDomainEventHandler.INavigationPanel getNavigationPanel(IClientContext context,
                                                               IDomain domain)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

onNavigation

public void onNavigation(IClientContext context,
                         IDomain domain,
                         java.lang.String navigationId,
                         java.lang.String navigationData)
                  throws java.lang.Exception
Throws:
java.lang.Exception

onShow

public void onShow(IClientContext context,
                   IDomain domain)
            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
domain - The hidden group
Throws:
java.lang.Exception

onHide

public void onHide(IClientContext context,
                   IDomain domain)
            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
domain - The hidden group
Throws:
java.lang.Exception

jACOB 2.7 API Documentation.