com.tensegrity.composite.event.view
Class ViewModeChangeEvent
java.lang.Object
com.tensegrity.composite.event.view.AbstractCompositeViewEvent
com.tensegrity.composite.event.view.ViewModeChangeEvent
- All Implemented Interfaces:
- CompositeRootEvent, CompositeViewEvent
- public class ViewModeChangeEvent
- extends AbstractCompositeViewEvent
A ViewParameterChangeEvent occurs whenever view parameters like
the viewport or other view defining properties have been changed.
- Version:
- $Id: ViewModeChangeEvent.java,v 1.1 2004/10/13 11:15:41 BurkhardWick Exp $
- Author:
- Stepan Rutz
- See Also:
CompositeViewEvent,
CompositeViewListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ViewModeChangeEvent
public ViewModeChangeEvent(CompositeView compositeView,
int previousModeMask)
- Constructor for
ViewParameterChangeEvent.
- Parameters:
compositeView - the CompositeView in which the
view has been configured.previousModeMask - The modemask the view had before the change
toString
public java.lang.String toString()
getPreviousModeMask
public int getPreviousModeMask()
- Returns the mode mask the view had before this change occurred
- Returns:
- the mode mask the view had before this change occurred
getCurrentModeMask
public int getCurrentModeMask()
- Returns the current mode mask of the view
- Returns:
- the current mode mask of the view
Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.