com.simonstl.moe
Interface ComponentInputI
- All Known Implementing Classes:
- ComponentInputPrint, SAXFactoryTree
- public interface ComponentInputI
The ComponentInputI interface defines the bare minimum of functionality needed for programs to receive MOE objects.
version 0.01 is the initial release.
- Version:
- 0.01 21 August 2001
- Author:
- Simon St.Laurent
Method Summary |
boolean |
listen(CoreComponentI component)
listen() takes components passed to it by component creators, returns true if there is a completion event. |
listen
public boolean listen(CoreComponentI component)
throws MOEException
- listen() takes components passed to it by component creators, returns true if there is a completion event. (This can usually be ignored, except where components are the listeners.