6 lines
83 B
Java
6 lines
83 B
Java
package com.a1.nextlocation;
|
|
|
|
public interface Refreshable {
|
|
void refresh();
|
|
}
|