Uses of Interface
com.mackenziehigh.cascade.Cascade.Stage.Actor.Input
-
Uses of Cascade.Stage.Actor.Input in com.mackenziehigh.cascade
Methods in com.mackenziehigh.cascade that return Cascade.Stage.Actor.InputModifier and TypeMethodDescriptiondefault Cascade.Stage.Actor.Input<T>
Cascade.Stage.Actor.Input.connect
(Cascade.Stage.Actor.Output<T> output) Connect this input to the given output of another actor.default Cascade.Stage.Actor.Input<T>
Cascade.Stage.Actor.Input.disconnect
(Cascade.Stage.Actor.Output<T> output) Disconnect this input from the given output.Cascade.AbstractStage.DefaultActor.input()
Cascade.Stage.Actor.input()
Get theInput
that supplies messages to this actor.default Cascade.Stage.Actor.Input<T>
Send a message to the actor via this input.Methods in com.mackenziehigh.cascade with parameters of type Cascade.Stage.Actor.InputModifier and TypeMethodDescriptionCascade.Stage.Actor.Output.connect
(Cascade.Stage.Actor.Input<T> input) Connect this output to the given input of another actor.Cascade.Stage.Actor.Output.disconnect
(Cascade.Stage.Actor.Input<T> input) Disconnect this output from the given input.boolean
Cascade.Stage.Actor.Output.isConnected
(Cascade.Stage.Actor.Input<?> input) Determine whether this output is connected to the given input.