Uses of Interface
org.mechio.api.animation.protocol.AnimationSignal

Packages that use AnimationSignal
org.mechio.api.animation.messaging   
org.mechio.api.animation.player   
org.mechio.api.animation.protocol   
 

Uses of AnimationSignal in org.mechio.api.animation.messaging
 

Methods in org.mechio.api.animation.messaging with parameters of type AnimationSignal
 void RemoteAnimationPlayerHost.handleEvent(AnimationSignal t)
           
 void RemoteAnimationPlayerClient.handleEvent(AnimationSignal t)
           
 

Method parameters in org.mechio.api.animation.messaging with type arguments of type AnimationSignal
 void RemoteAnimationPlayerClient.addAnimationSignalListener(org.jflux.api.core.Listener<AnimationSignal> listener)
           
 void RemoteAnimationPlayerClient.removeAnimationSignalListener(org.jflux.api.core.Listener<AnimationSignal> listener)
           
 void RemoteAnimationPlayerClient.setAnimationSignalReceiver(org.jflux.api.messaging.rk.MessageAsyncReceiver<AnimationSignal> receiver)
           
 void RemoteAnimationPlayerHost.setSignalSender(org.jflux.api.messaging.rk.MessageSender<AnimationSignal> sender)
           
 

Uses of AnimationSignal in org.mechio.api.animation.player
 

Method parameters in org.mechio.api.animation.player with type arguments of type AnimationSignal
 void AnimationPlayer.addAnimationSignalListener(org.jflux.api.core.Listener<AnimationSignal> listener)
          Adds a Listener for AnimationSignal events.
 void AnimationPlayer.removeAnimationSignalListener(org.jflux.api.core.Listener<AnimationSignal> listener)
          Removes a Listener for AnimationSignal events.
 

Uses of AnimationSignal in org.mechio.api.animation.protocol
 

Methods in org.mechio.api.animation.protocol that return AnimationSignal
 AnimationSignal AnimationSignal.AnimationSignalFactory.createAnimationSignal(String sourceId, String eventType, String animationName, String animationVersion, int animationHash, long animationLength, List<String> animationProperties)
           
 



Copyright © 2011-2015. All Rights Reserved.