Uses of Interface
com.mackenziehigh.cascade.Cascade.Stage.Actor.Output
-
Uses of Cascade.Stage.Actor.Output in com.mackenziehigh.cascade
Methods in com.mackenziehigh.cascade that return Cascade.Stage.Actor.OutputModifier 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.Cascade.AbstractStage.DefaultActor.output()
Cascade.Stage.Actor.output()
Get theOutput
that receives messages from this actor.Methods in com.mackenziehigh.cascade with parameters of type Cascade.Stage.Actor.OutputModifier 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.default boolean
Cascade.Stage.Actor.Input.isConnected
(Cascade.Stage.Actor.Output<?> output) Determine whether this input is connected to the given output.