hep.wired.feature
Interface Resetable

All Superinterfaces:
Feature

public interface Resetable
extends Feature

Can be reset to its initial state.

Version:
$Id: Resetable.java 8598 2006-08-14 20:38:02Z duns $
Author:
Mark Donszelmann

Method Summary
 Object reset(Object newState)
          Resets graphics panel to a new state or its initial state.
 

Method Detail

reset

Object reset(Object newState)
Resets graphics panel to a new state or its initial state.

Parameters:
newState - new state, if null, use initial state of graphics panel.
Returns:
old state just before setting the new state


Copyright © 1996-2013 FreeHEP. All Rights Reserved.