Java PrimerMethod Properties in Java
- By by Dirk Riehle
- April 18, 2000
Listing 5. The abstract method "void basicComponent(int, String)" of the AbstractName class.
/**
* Set a name component to a new value.
* @methodtype set
* @methodproperties primitive, hook
*/
protected abstract void basicComponent(int index, String component);