Rename to ClipboardEvent.java
parent
2e68802df3
commit
af790bae99
@ -1,8 +1,8 @@
|
|||||||
package me.goudham.listener;
|
package me.goudham.event;
|
||||||
|
|
||||||
import java.awt.image.BufferedImage;
|
import java.awt.image.BufferedImage;
|
||||||
|
|
||||||
public interface ClipboardEventListener {
|
public interface ClipboardEvent {
|
||||||
void onCopyString(String stringContent);
|
void onCopyString(String stringContent);
|
||||||
void onCopyImage(BufferedImage imageContent);
|
void onCopyImage(BufferedImage imageContent);
|
||||||
}
|
}
|
Loading…
Reference in New Issue