20 import ca.uqac.lif.cep.Pullable;
21 import ca.uqac.lif.cep.tmf.Passthrough;
55 public static void main(String[] args)
58 Passthrough passthrough =
new Passthrough();
60 Pullable p = passthrough.getPullableOutput();
What happens when trying to pull events on a processor connected to no input.
static void main(String[] args)