Oracle Content Management SDK

oracle.ifs.common
Interface IfsEventHandler

All Known Subinterfaces:
Collection
All Known Implementing Classes:
LibraryObject, LibrarySession, S_LibraryObject, S_LibraryService, S_LibrarySession

public interface IfsEventHandler

A IfsEventHandler can take action in response to IfsEvents.

An object using LibrarySession.registerEventHandler or LibrarySession.registerClassEventHandler to register for IfsEvents must implement this interface.


Method Summary
 void handleEvent(IfsEvent event)
          Handles the specified event.
 

Method Detail


handleEvent

public void handleEvent(IfsEvent event)
                 throws IfsException
Handles the specified event.
Parameters:
event - the event
Throws:
IfsException - if the operation fails

Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.