package com.framsticks.params; public interface EventListener extends java.util.EventListener { public void action(A argument); }