jarp
Interface Skeleton.BoneHandler

Enclosing class:
Skeleton

public static interface Skeleton.BoneHandler

Bone visitor interface.


Method Summary
 void processBone(Bone bone)
          Bone visitor method -- processes the given bone as desired on the part of the implementor.
 

Method Detail

processBone

void processBone(Bone bone)
Bone visitor method -- processes the given bone as desired on the part of the implementor.