Java Design patterns
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package javadevjournal.design.structural.adapter;
|
||||
|
||||
/**
|
||||
* @author Kunwar
|
||||
*/
|
||||
public interface AdvancedMediaPlayer {
|
||||
void playVlcPlayer(String fileName);
|
||||
void playMp4Player(String fileName);
|
||||
}
|
||||
Reference in New Issue
Block a user