JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
engine.resources.container
Interface Traverser
All Known Implementing Classes:
ListBuildingTraverser
public interface
Traverser
An interface to traverse a collection of objects and create an anonymous function for each object in the collection.
Method Summary
Methods
Modifier and Type
Method and Description
void
process
(
SWGObject
object)
Called for every object that this Traverser is traversing.
Method Detail
process
void process(
SWGObject
object)
Called for every object that this Traverser is traversing.
Parameters:
object
- the current object.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method