You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MyClipboard/src/main/java/me/goudham/event/ClipboardEvent.java

8 lines
124 B
Java

package me.goudham.event;
/**
* Common interface for all events to extend (Not used yet)
*/
interface ClipboardEvent {
}