Exemple #1
0
 public void subscribe(Action <Fields> onFields)
 {
     jTopic.register(FieldsReceiver.receiver(new ActionListener(onFields)));
 }