org.sape.carbon.core.component
Interface Component


public interface Component

Marker interface that allows components to be referenced as Component instead of Object.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.12 $($Author: dvoet $ / $Date: 2003/05/05 21:21:11 $)
Author:
Doug Voet, January 2002

Method Summary
 String getComponentName()
          Returns the logical component name of this component as defined by the ComponentKeeper.
 

Method Detail

getComponentName

public String getComponentName()
Returns the logical component name of this component as defined by the ComponentKeeper.

Returns:
String the name of the component


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.