ilog.cpl.interactor
Class IlpInteractorAction

java.lang.Object
  extended by ilog.cpl.interactor.IlpInteractorAction
Direct Known Subclasses:
IlpGestureAction, IlpKeyStrokeAction

public abstract class IlpInteractorAction
extends Object

This class represents a bean object that stores information about actions to be used by interactors.

The role of this class is to provide support to define interactors using CSS.

Since:
JTGO 4.0

Constructor Summary
protected IlpInteractorAction()
          Default constructor
protected IlpInteractorAction(Action a)
          Constructor
 
Method Summary
 Action getAction()
          Returns the action that will be executed when either the key stroke or the gesture are identified by the interactor.
 void setAction(Action a)
          Defines the action that will be executed when either the key stroke or the gesture are identified by the interactor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlpInteractorAction

protected IlpInteractorAction()
Default constructor


IlpInteractorAction

protected IlpInteractorAction(Action a)
Constructor

Parameters:
a - Action that shall be triggered by an interactor
Method Detail

setAction

public void setAction(Action a)
Defines the action that will be executed when either the key stroke or the gesture are identified by the interactor.

Parameters:
a - Action to be exeucted
See Also:
Action

getAction

public Action getAction()
Returns the action that will be executed when either the key stroke or the gesture are identified by the interactor.

Returns:
Action that is triggered by the gesture or the key stroke
See Also:
Action


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.