Made some overall changes.

This commit is contained in:
pitsios-s
2014-09-12 12:20:13 +03:00
parent 9f00e00f34
commit eeb8c58fe9
9 changed files with 23 additions and 9 deletions
@@ -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);
}
}