Many changes:
[fanfix.git] / src / jexer / event / TCommandEvent.java
index 772f366b671d081002f2a5bc1dfc7a6bcd775fc1..749e3f7eb99e790d97b5ef32a602b825c8fe3a72 100644 (file)
@@ -35,7 +35,7 @@ import jexer.TCommand;
  * generated by menu actions, keyboard accelerators, and other UI elements.
  * Commands can operate on both the application and individual widgets.
  */
-public final class TCommandEvent extends TInputEvent {
+public class TCommandEvent extends TInputEvent {
 
     /**
      * Command dispatched.