com.groiss.dms
Interface XHTMLFolderFormEventHandler

All Superinterfaces:
XHTMLFormEventHandler
All Known Implementing Classes:
XHTMLFolderFormEventAdapter

public interface XHTMLFolderFormEventHandler
extends XHTMLFormEventHandler

This interface can be used to react on adding or removing an DMSObject from a DMSFolder


Method Summary
 void onAdd(DMSFolder f, DMSObject o)
          Called when a DMSObject is added to a folder
 void onRemove(DMSFolder f, DMSObject o)
          Called when a DMSObject is removed from a folder
 
Methods inherited from interface com.groiss.dms.XHTMLFormEventHandler
beforeShow, getName, onDelete, onInsert, onShow, onUpdate
 

Method Detail

onAdd

void onAdd(DMSFolder f,
           DMSObject o)
           throws java.lang.Exception
Called when a DMSObject is added to a folder

Parameters:
f - the folder
o - the DMSObject to add
Throws:
java.lang.Exception

onRemove

void onRemove(DMSFolder f,
              DMSObject o)
              throws java.lang.Exception
Called when a DMSObject is removed from a folder

Parameters:
f - the folder
o - the DMSObject to remove
Throws:
java.lang.Exception


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.