package app.events; /** * Event signalizing that the editor is going to toggle a language specific comment of a line or selecton */ public class ToggleCommentEvent extends Event { }