Subversion Repository Public Repository

litesoft

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

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