@Cliff,
Always can count on a reply from you.

Don't know how you do it! My problem though is that this is just a simple Alert. No need for an MXML popup, although I will be saving and using that PopManager technique for when I do!
Maybe I should use that approach with a unique class, AlertManager, but it doesn't take a mediator. Say... pass it a notification for each of the different alert options (yes/no,etc.)?? Or only the ones you need.
If I add a anonymous function to the Alert.show() call within a command, does that command still have state? I'm wondering if by defining the function even anonymously (inline with the show() call) still creates state in the command? It just seems so natural to put this into command rather than elsewhere.
Thoughts?