Event in jQuery Plugin onPopupClose()

Event in jQuery Plugin onPopupClose()

Hello,

I need to catch an event in my jQuery Plugin if a popup window has been closed.

This is how I open the popup:
open: function(obj) {
    window.open(url + text, 'Title', 'menubar=no,width='300',height='200',toolbar=no');
}

How can I define an event there?

Thank you very much for your help,
mannyk