org.mechio.api.animation.messaging
Class RemoteAnimationPlayerHost

java.lang.Object
  extended by org.mechio.api.animation.messaging.RemoteAnimationPlayerHost
All Implemented Interfaces:
org.jflux.api.core.Listener<AnimationSignal>

public class RemoteAnimationPlayerHost
extends Object
implements org.jflux.api.core.Listener<AnimationSignal>

Author:
Matthew Stevenson

Nested Class Summary
 class RemoteAnimationPlayerHost.AnimationEventPlayer
           
 class RemoteAnimationPlayerHost.HackedEventPlayer
           
 
Constructor Summary
RemoteAnimationPlayerHost()
           
 
Method Summary
 void handleEvent(AnimationSignal t)
           
 void setAnimationPlayer(AnimationPlayer player)
           
 void setAnimationReceiver(org.jflux.api.messaging.rk.MessageAsyncReceiver<AnimationEvent> receiver)
           
 void setSignalSender(org.jflux.api.messaging.rk.MessageSender<AnimationSignal> sender)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAnimationPlayerHost

public RemoteAnimationPlayerHost()
Method Detail

setAnimationPlayer

public void setAnimationPlayer(AnimationPlayer player)

setAnimationReceiver

public void setAnimationReceiver(org.jflux.api.messaging.rk.MessageAsyncReceiver<AnimationEvent> receiver)

setSignalSender

public void setSignalSender(org.jflux.api.messaging.rk.MessageSender<AnimationSignal> sender)

handleEvent

public void handleEvent(AnimationSignal t)
Specified by:
handleEvent in interface org.jflux.api.core.Listener<AnimationSignal>


Copyright © 2011-2015. All Rights Reserved.