메소드 | 설명 | |
---|---|---|
MessageGearsActivityFileProcessor ( MessageGearsListener listener ) : System |
Use to construct an instance of the ActivityFileProcessor class.
|
|
process ( String filename ) : void |
Starts the parsing of the activity XML file retrieved from MessageGears. Once invoked, the methods in the listener instance will be fired for each item in the activity file.
|
메소드 | 설명 | |
---|---|---|
isActivityElement ( String elementName ) : bool | ||
processElement ( String elementType, String xml ) : void |
public MessageGearsActivityFileProcessor ( MessageGearsListener listener ) : System | ||
listener | MessageGearsListener |
/// Your implementation of the MessageGearsListener interface that know what to do with each event type that can come back from the MessageGears system. |
리턴 | System |
public process ( String filename ) : void | ||
filename | String | /// The fully qualified name of the file to be processed. /// |
리턴 | void |