public interface IView
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the view.
|
void |
reset()
Resets the view.
|
void |
update(ModelEvent event)
Updates the view.
|
void dispose()
void reset()
void update(ModelEvent event)
event
-