com.wewebu.ow.server.ui
Interface OwDialog.OwDialogListener

All Superinterfaces:
EventListener, OwUpdateTarget
All Known Implementing Classes:
OwPrivilegeSetEditor, OwPrivilegesView, OwSettingsPropertyBPMProxy
Enclosing class:
OwDialog

public static interface OwDialog.OwDialogListener
extends EventListener, OwUpdateTarget

Event listener for dialog events.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Method Summary
 void onDialogClose(OwDialog dialogView_p)
          called if the Dialog that was opened by this view closes
 
Methods inherited from interface com.wewebu.ow.server.ui.OwUpdateTarget
onUpdate
 

Method Detail

onDialogClose

void onDialogClose(OwDialog dialogView_p)
                   throws Exception
called if the Dialog that was opened by this view closes

Parameters:
dialogView_p - the Dialog that closed.
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.