1 2 3 4 5 6 7
package NET.worlds.scape; import java.util.Enumeration; public interface MomentumBehavior { void transferFrom(Enumeration var1); }