20 import ca.uqac.lif.cep.Connector;
21 import ca.uqac.lif.cep.Pushable;
22 import ca.uqac.lif.cep.io.Print;
23 import ca.uqac.lif.cep.tmf.KeepLast;
37 public static void main(String[] args)
40 KeepLast kl =
new KeepLast();
41 Print print =
new Print();
42 Connector.connect(kl, print);
43 Pushable p = kl.getPushableInput();
Push events to the KeepLast processor.