de.tif.jacob.screen.event
Class IDomainEventHandler
java.lang.Object
EventHandler
de.tif.jacob.screen.event.GuiEventHandler
de.tif.jacob.screen.event.IDomainEventHandler
public abstract class IDomainEventHandler
- 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
|
| 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
IDomainEventHandler
public IDomainEventHandler()
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 contextdomain - 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 contextdomain - The hidden group
- Throws:
java.lang.Exception