|
|
@ -3,6 +3,6 @@ package me.goudham.event;
|
|
|
|
import java.awt.image.BufferedImage;
|
|
|
|
import java.awt.image.BufferedImage;
|
|
|
|
import me.goudham.domain.OldClipboardContent;
|
|
|
|
import me.goudham.domain.OldClipboardContent;
|
|
|
|
|
|
|
|
|
|
|
|
public interface ImageEvent extends ClipboardEvent {
|
|
|
|
public interface ImageEvent extends ClipboardEvent {
|
|
|
|
void onCopyImage(OldClipboardContent oldContent, BufferedImage newContent);
|
|
|
|
void onCopyImage(OldClipboardContent oldContent, BufferedImage newContent);
|
|
|
|
}
|
|
|
|
}
|
|
|
|