jACOB 2.7 API Documentation.

de.tif.jacob.screen.event
Class IGroupListenerEventHandler

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

Deprecated. use IGroupEventHandler instead

public abstract class IGroupListenerEventHandler
extends IGroupEventHandler

Abstract event handler class for GUI elements which listen for events related to its corresponding group.


Field Summary
static java.lang.String RCS_ID
          Deprecated. The internal revision control system id.
static java.lang.String RCS_REV
          Deprecated. The internal revision control system id in short form.
 
Constructor Summary
IGroupListenerEventHandler()
          Deprecated.  
 
Method Summary
 void onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IGroup group)
          Deprecated. This event method will be called, if the status of the corresponding group has been changed.
 void onGroupStatusChanged(IClientContext context, IGuiElement.GroupState state, IGuiElement element)
          Deprecated. This event method will be called, if the status of the corresponding group has been changed.
 void onHide(IClientContext context, IGroup group)
          Deprecated. This event method will be called, if the user switches to another form or domain.
 
Methods inherited from class de.tif.jacob.screen.event.IGroupEventHandler
onShow
 
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
Deprecated. 
The internal revision control system id.

See Also:
Constant Field Values

RCS_REV

public static final transient java.lang.String RCS_REV
Deprecated. 
The internal revision control system id in short form.

See Also:
Constant Field Values
Constructor Detail

IGroupListenerEventHandler

public IGroupListenerEventHandler()
Deprecated. 
Method Detail

onGroupStatusChanged

public void onGroupStatusChanged(IClientContext context,
                                 IGuiElement.GroupState state,
                                 IGuiElement element)
                          throws java.lang.Exception
Deprecated. 
This event method will be called, if the status of the corresponding group has been changed. Derived event handlers could overwrite this method, e.g. to enable/disable GUI elements in relation to the group state.
Possible group state values are defined in IGuiElement:

Parameters:
context - The current client context
state - The new group state
element - The corresponding GUI element to this event handler
Throws:
java.lang.Exception

onGroupStatusChanged

public final void onGroupStatusChanged(IClientContext context,
                                       IGuiElement.GroupState state,
                                       IGroup group)
                                throws java.lang.Exception
Deprecated. 
Description copied from class: IGroupEventHandler
This event method will be called, if the status of the corresponding group has been changed. Derived event handlers could overwrite this method, e.g. to enable/disable GUI elements in relation to the group state.
Possible group state values are defined in IGuiElement:

Overrides:
onGroupStatusChanged in class IGroupEventHandler
Parameters:
context - The current client context
state - The new group state
group - The corresponding GUI element to this event handler
Throws:
java.lang.Exception

onHide

public void onHide(IClientContext context,
                   IGroup group)
            throws java.lang.Exception
Deprecated. 
This event method will be called, if the user switches to another form or domain.

Overrides:
onHide in class IGroupEventHandler
Parameters:
context - The current client context
group - The hidden group
Throws:
java.lang.Exception

jACOB 2.7 API Documentation.