package app.events; /** * Event signalizing that something is being copied to the clipboard in an arbitrary place in the UI */ public class CopyEvent extends Event { }