/* * codjo.net * * Common Apache License 2.0 */ package net.codjo.dataprocess.gui.util; /** * */ public interface ComboUpdateEventListener { void executeUpdate(); }