package it.cavallium.warppi.event; public interface KeyEvent extends Event { public Key getKey(); }