jeffdepiazza / WODJournal

https://github.com/jeffdepiazza/WODJournal.git
0 stars 0 forks source link

Resetting listeners for async tasks #13

Open jeffdepiazza opened 9 years ago

jeffdepiazza commented 9 years ago

Currently have one for creating xml async, but will need one for the other longer running tasks, such as copying files and restoring xml/files (for certain).

jeffdepiazza commented 9 years ago

got the ones setup for both the creating xml and restoring xml. will need to see if the others need it as well. I don't think that any other short database operations need it, like editing/deleting/adding entries to the database as its so quick it shouldn't be visible to the user and we don't need to track that anyway...we just kind of assume it gets done quickly enough.