com.ibm.notes.java.ui.events
Class ViewEntryChangeEvent

java.lang.Object
  extended by com.ibm.notes.java.ui.events.ViewEntryChangeEvent
All Implemented Interfaces:
NotesUIEvent

public class ViewEntryChangeEvent
extends Object
implements NotesUIEvent

Contains data about the view entry change event.


Constructor Summary
ViewEntryChangeEvent(NotesUIViewEntryCollection collection)
          Default constructor.
 
Method Summary
 NotesUIViewEntryCollection getCollection()
          Gets the collection of entries that have been changed by this event.
 NotesException getError()
          Gets any error that occurred during this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewEntryChangeEvent

public ViewEntryChangeEvent(NotesUIViewEntryCollection collection)
Default constructor.

Parameters:
collection - the collection of entries that have been changed by this event
Since:
8.5.2
Method Detail

getCollection

public NotesUIViewEntryCollection getCollection()
Gets the collection of entries that have been changed by this event.

Returns:
the collection of entries that have been changed by this event
Since:
8.5.2

getError

public NotesException  getError()
Gets any error that occurred during this event.

Specified by:
getError in interface NotesUIEvent
Returns:
any error that occurred during this event
Since:
8.5.2