Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/objects/AttributeCreationCallBack.java

Diff revisions: vs.
  @@ -1,6 +1,7 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.aokeyhole.objects;
2 3
3 4 public interface AttributeCreationCallBack
4 5 {
5 6 public void justCreated( AttributeMetaData pAttributeMetaData );
6 - }
7 + }