com.wewebu.ow.server.dmsdialogs.views
Interface OwObjectClassView.OwObjectClassViewListner

All Known Implementing Classes:
OwCreateObjectDialog, OwCreateObjectWithFormDialog
Enclosing class:
OwObjectClassView

public static interface OwObjectClassView.OwObjectClassViewListner

Event listener for select event.

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 onObjectClassViewSelectClass(OwObjectClass classDescription_p, String strPath_p)
          event called when user selects a class
 

Method Detail

onObjectClassViewSelectClass

void onObjectClassViewSelectClass(OwObjectClass classDescription_p,
                                  String strPath_p)
                                  throws Exception
event called when user selects a class

Parameters:
classDescription_p - OwObjectClass
strPath_p - String path to selected tree item
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.