|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEventHandler
de.tif.jacob.screen.event.GuiEventHandler
de.tif.jacob.screen.event.IGroupMemberEventHandler
public abstract class IGroupMemberEventHandler
Abstract event handler class for GUI elements which listen for events related to its corresponding group.
| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
| Constructor Summary | |
|---|---|
IGroupMemberEventHandler()
|
|
| Method Summary | |
|---|---|
void |
onGroupStatusChanged(IClientContext context,
IGuiElement.GroupState state,
IGuiElement element)
This event method will be called, if the status of the corresponding group has been changed. |
void |
onHide(IClientContext context,
IGuiElement element)
This event method will be called, if the user switches to another form or domain. |
void |
onShow(IClientContext context,
IGuiElement element)
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 |
|---|
public static final transient java.lang.String RCS_ID
public static final transient java.lang.String RCS_REV
| Constructor Detail |
|---|
public IGroupMemberEventHandler()
| Method Detail |
|---|
public void onGroupStatusChanged(IClientContext context,
IGuiElement.GroupState state,
IGuiElement element)
throws java.lang.Exception
IGuiElement:
context - The current client contextstate - The new group stateelement - The corresponding GUI element to this event handler
java.lang.Exception
public void onHide(IClientContext context,
IGuiElement element)
throws java.lang.Exception
context - The current client contextelement - The hidden element
java.lang.Exception
public void onShow(IClientContext context,
IGuiElement element)
throws java.lang.Exception
context - The current client contextelement - The element to show
java.lang.Exception
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||