0

I need to perform some action after append() has completed, but it doesn't appear to fire an event upon completion. Is that right or have I missed something?

If there is indeed no such event, what's the best way to detect that an append has completed?

Thanks

dublxdad
  • 143
  • 1
  • 12

1 Answers1

0

ConcurrentHashMap's comment above provides the solution I went with.

You can override the append() function to gain something like this. See a very similar question here: stackoverflow.com/questions/7167085/on-append-do-something

dublxdad
  • 143
  • 1
  • 12