// Suggested (Not mandatory!) TankListener interface TankListener { public void tankAction(TankEvent e); }