public interface LoadListener
Modifier and Type | Method and Description |
---|---|
void |
beginCopyElement()
Called when the loader has begun reading a copy element.
|
void |
beginDefineElement()
Called when the loader has begun reading a define element.
|
void |
beginIncludeElement()
Called when the loader has begun reading an include element.
|
void |
beginInstanceDeclarationElement(Class<?> type)
Called when the loader has begun reading an instance declaration
element.
|
void |
beginPropertyElement(String name,
Class<?> sourceType)
Called when the loader has begun reading a property element.
|
void |
beginReferenceElement()
Called when the loader has begun reading a reference element.
|
void |
beginRootElement()
Called when the loader has begun reading a root element.
|
void |
beginScriptElement()
Called when the loader has begun reading a script element.
|
void |
beginUnknownStaticPropertyElement(String name)
Called when the loader has begun reading a static property element
defined by an unknown type.
|
void |
beginUnknownTypeElement(String name)
Called when the loader has begun reading an instance declaration
element for an unknown type.
|
void |
endElement(Object value)
Called when the loader has finished reading an element.
|
void |
readComment(String comment)
Called when the loader has read a comment.
|
void |
readEventHandlerAttribute(String name,
String value)
Called when the loader has read an event handler attribute.
|
void |
readImportProcessingInstruction(String target)
Called when the loader has read an import processing instruction.
|
void |
readInternalAttribute(String name,
String value)
Called when the loader has read an internal attribute.
|
void |
readLanguageProcessingInstruction(String language)
Called when the loader has read a language processing instruction.
|
void |
readPropertyAttribute(String name,
Class<?> sourceType,
String value)
Called when the loader has read a property attribute.
|
void |
readUnknownStaticPropertyAttribute(String name,
String value)
Called when the loader has read an unknown static property attribute.
|
void readImportProcessingInstruction(String target)
target
- void readLanguageProcessingInstruction(String language)
language
- void readComment(String comment)
comment
- void beginInstanceDeclarationElement(Class<?> type)
type
- void beginUnknownTypeElement(String name)
name
- void beginIncludeElement()
void beginReferenceElement()
void beginCopyElement()
void beginRootElement()
void beginPropertyElement(String name, Class<?> sourceType)
name
- sourceType
- void beginUnknownStaticPropertyElement(String name)
name
- sourceType
- void beginScriptElement()
void beginDefineElement()
void readInternalAttribute(String name, String value)
name
- value
- void readPropertyAttribute(String name, Class<?> sourceType, String value)
name
- sourceType
- value
- void readUnknownStaticPropertyAttribute(String name, String value)
void readEventHandlerAttribute(String name, String value)
name
- value
- void endElement(Object value)
value
- Copyright © 2020. All rights reserved.