The BlipSubmittedEvent has not implemented yet.
2012/9/21 Thomas Telleis <thomas.tell...@gmail.com>: > Hi, > after some hours trying I finally ask you: I'm going to write an > agent/robot which wants to check if the blib content is a possible N3 > triple. Therefore I thought the onBlibSubmitted event might be useful, to > know when user is ready and this triple can be send to our triplestore. But > this event seems not to work properly. Other events like onWaveletSelfAdded > or onDocumentChanged work like a charm. > > Here is my method. > > @Override > public void onBlipSubmitted(BlipSubmittedEvent event) { > LOG.log(Level.INFO, ": onBlipSubmitted"); > System.out.println("\n submit called \n"); > event.getBlip().reply().append("blib submitted"); > } > > Either in logfile nor in terminal-output nor as text in this blib apears a > message as i expected. Am I missing something? > > Thank you, > Thomas.