View Javadoc

1   package com.loribel.commons.abstraction;
2   
3   /***
4    * Interface for Object that are linked to a {@link GB_LabelIcon}.
5    *
6    * @author Grégory Borelli
7    */
8   public interface GB_LabelIconOwnerSet
9           extends
10              GB_LabelIconOwner
11  {
12      void setLabelIcon(
13              GB_LabelIcon a_labelIcon);
14  
15  }