mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 16:58:56 +00:00
Made some overall changes.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
package com.iluwatar;
|
||||
|
||||
/**
|
||||
* This interface represents the View component in the
|
||||
* Model-View-Presenter pattern. It can be implemented
|
||||
@@ -57,4 +59,4 @@ public interface FileSelectorView {
|
||||
* @param data The data to be written.
|
||||
*/
|
||||
public void displayData(String data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user