Nameable

Interface implemented by components that can be named, such as via configuration, and wish to have that name set once it has been configured.

@since 0.9

interface Nameable {}

Members

Functions

setName
void setName(string name)

Sets the (preferably application unique) name for this component. @param name the preferably application unique name for this component.

Meta