com.taco.text
Interface IClientListener


public interface IClientListener

A marker interface for a listener for some attribute of a composite. Such a listener is supplied by the client of the composite as opposed to by the composite itself. Listeners implementing this interface are treated as safe to remove when the entire list of listeners for a composite is set.