com.businessobjects.sdk.plugin.desktop.publication
Interface IPublicationEventHandler

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List

public interface IPublicationEventHandler
extends java.util.List

This interface represents a collection of IPublicationEventHandlerInfo objects.


Method Summary
 IPublicationEventHandlerInfo add()
          Creates an IPublicationEventHandlerInfo object and adds it to the collection.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

add

IPublicationEventHandlerInfo add()
Creates an IPublicationEventHandlerInfo object and adds it to the collection.

Returns:
The IPublicationEventHandlerInfo object.