I’m not so much worried about user-generated events - I’m more concerned about operations invoked by my Java code. Any operation which is handled asynchronously needs some way of determining (assuring?) that it has completed.
You have noted two ways that can happen: either the operation is inherently asynchronous (such as show()), or the operation itself is open ended until the user is done providing input (paste()). Are there others? Show() has waitTilActivated. Paste() has EndPaste(). What about others (if there are any). —- Kenneth Sloan (von meinem iPhone13 gesendet) -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html
