Interface IMutableTitleHolder
- All Superinterfaces:
ITitleHolder
A
IMutableTitleHolder is a ITitleHolder whose title can be
set programmatically.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface ITitleHolder
getTitle, getTitleInQuotes
-
Method Details
-
setTitle
Sets the title of the currentIMutableTitleHolder.- Parameters:
title-- Throws:
RuntimeException- if the given title is null.RuntimeException- if the given title is blank.
-