| Package | Description |
|---|---|
| org.mechio.api.animation.messaging | |
| org.mechio.api.animation.player | |
| org.mechio.api.animation.protocol |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteAnimationPlayerHost.handleEvent(AnimationSignal t) |
void |
RemoteAnimationPlayerClient.handleEvent(AnimationSignal t) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
AnimationSignal |
AnimationSignal.AnimationSignalFactory.createAnimationSignal(String sourceId,
String eventType,
String animationName,
String animationVersion,
int animationHash,
long animationLength,
List<String> animationProperties) |
Copyright © 2011-2014. All Rights Reserved.