Package gw.lang.reflect.gs
Interface IClassDefinitionListener
-
public interface IClassDefinitionListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidauxilaryClassDefined(Class cls, byte[] bytes)voidclassDefined(ICompilableType gsClass, byte[] bytes)
-
-
-
Method Detail
-
classDefined
void classDefined(ICompilableType gsClass, byte[] bytes)
-
auxilaryClassDefined
void auxilaryClassDefined(Class cls, byte[] bytes)
-
-