IlvObject
   |
   +--IlvInteractor
      |
      +--IlvInteractorGroup
  
   
	
		IlvInteractorGroup coordinates a number of IlvInteractors.
It is a subclass of IlvInteractor so it can be set on a
IlvView in the same way as any other interactor. When it receives
mouse and key input events, it dispatches the event to the contained 
interactors.| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Method Attributes | Method Name and Description | 
|---|---|
| 
								 
								addInteractor(interactor)
								 
								Adds an interactor to the group. 
							 | 
						|
| 
								 
								removeInteractor(interactor)
								 
								Removs an interactor from the group. 
							 | 
						
| getCursor, getMenuModelId, getMessage, getView, setCursor, setMenuModelId, setMessage, setView | 
| dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility | 
IlvView.
						
						 
					IlvInteractor.
								
							IlvView.
						
						 
					IlvInteractor.