com.wewebu.ow.server.plug.owshortcut
Interface OwShortcutDocumentEventListner

All Known Implementing Classes:
OwShortCutItemView

public interface OwShortcutDocumentEventListner

OwShortCutDocument listener interface. Clients of the OwShortCutDocument class can be informed through this interface of document state changes (egg. adding or removing shortcuts).

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

See Also:
OwShortCutDocument.addEventListener(OwShortcutDocumentEventListner), OwShortCutDocument.removeEventListener(OwShortcutDocumentEventListner)

Method Summary
 void onShortcutDocumentChaged(OwShortCutDocument document_p)
          Called after the OwShortCutDocument state was changed
 

Method Detail

onShortcutDocumentChaged

void onShortcutDocumentChaged(OwShortCutDocument document_p)
Called after the OwShortCutDocument state was changed

Parameters:
document_p - the document that triggered the event


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.