home *** CD-ROM | disk | FTP | other *** search
Java Source | 1997-06-19 | 642 b | 17 lines |
- package symantec.itools.awt;
-
- // Implementing this interface allows users of TransparencyTrickUtils to
- // avoid drawing lock ups due to one implementor asking another to draw itself
- // and that implementor, asking the asker to draw itself, resulting in a lock up
-
- /**
- * TransparencyTrick is an interface that identifies components using
- * TransparencyTrickUtils. This allows TransparencyTrickUtils to
- * avoid drawing lock-ups due to one implementor asking another to draw itself
- * and that implementor asking the asker to draw itself, resulting in a lock-up
- * @author Symantec
- */
- public interface TransparencyTrick
- {
- }
-