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
Modifier and Type | Method and Description |
---|---|
void |
onActivateObjectListView(int iNewIndex_p,
int iOldIndex_p,
OwObjectListView newview_p,
OwObjectListView oldview_p)
called when user selects an object list view
|
void onActivateObjectListView(int iNewIndex_p, int iOldIndex_p, OwObjectListView newview_p, OwObjectListView oldview_p) throws Exception
iNewIndex_p
- int new view indexiOldIndex_p
- int old view index or -1 if no previous viewnewview_p
- OwObjectListViewoldview_p
- OwObjectListView or null if no previous viewException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.