org.jboss.util
Interface CloneableObject.Cloneable
- All Superinterfaces:
- Cloneable
- All Known Subinterfaces:
- StateMachine.Model
- All Known Implementing Classes:
- DefaultStateMachineModel
- Enclosing interface:
- CloneableObject
- public static interface CloneableObject.Cloneable
- extends Cloneable
An interface which exposes a public clone method,
unlike Object.clone()
which is protected and throws
exceptions... how useless is that?
clone
public Object clone()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.