public interface UseCasePanelInterface
Interface for the component which shows use case steps
from given UseCase
. User interface should use
this interface to control the view of the currently selected
use case.
Method Summary | |
---|---|
void |
Clear()
Clears the use case from the panel |
void |
refresh()
Call to notify panel to refresh itself. |
void |
showUseCase(UseCase usecase)
Method for giving the panel UseCase to show. |
Method Detail |
---|
void showUseCase(UseCase usecase)
Method for giving the panel UseCase
to show.
usecase
- UseCase
to show.void Clear()
Clears the use case from the panel
void refresh()
Call to notify panel to refresh itself.