org.springframework.richclient.samples.showcase.util
Interface Reporter
- All Superinterfaces:
- ControlFactory
- All Known Implementing Classes:
- AbstractReporterForm
public interface Reporter
- extends ControlFactory
Interface indicating a reporter object. It needs a messageArea to report to
and has some commands that may be called upon.
- Author:
- Jan Hoskens
setMessageArea
void setMessageArea(JTextArea messageArea)
getReporterCommands
AbstractCommand[] getReporterCommands()
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.