Package rekit.gui.controller
Interface Observer
public interface Observer
This interface represents a Observer of the Observer Pattern.
- Author:
- Dominik Fuchss
-
Method Summary
Modifier and TypeMethodDescriptionvoid
update()
Will be invoked when the observer shall get it's update.
-
Method Details
-
update
void update()Will be invoked when the observer shall get it's update.
-