com.wewebu.ow.server.dmsdialogs.views
Interface OwObjectListViewControl.OwObjectListViewControlEventListener

All Superinterfaces:
EventListener
Enclosing class:
OwObjectListViewControl

public static interface OwObjectListViewControl.OwObjectListViewControlEventListener
extends EventListener

Event listener interface.

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 onActivateObjectListView(int iNewIndex_p, int iOldIndex_p, OwObjectListView newview_p, OwObjectListView oldview_p)
          called when user selects an object list view
 

Method Detail

onActivateObjectListView

void onActivateObjectListView(int iNewIndex_p,
                              int iOldIndex_p,
                              OwObjectListView newview_p,
                              OwObjectListView oldview_p)
                              throws Exception
called when user selects an object list view

Parameters:
iNewIndex_p - int new view index
iOldIndex_p - int old view index or -1 if no previous view
newview_p - OwObjectListView
oldview_p - OwObjectListView or null if no previous view
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.