com.johnmunsch.rss
Class ItemStoreEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.johnmunsch.rss.ItemStoreEvent
All Implemented Interfaces:
java.io.Serializable

public class ItemStoreEvent
extends java.util.EventObject

Author:
JMunsch
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ItemStoreEvent(java.lang.Object source)
          Creates new ItemStoreEvent
ItemStoreEvent(java.lang.Object source, java.util.Collection _pending)
           
 
Method Summary
 java.util.Collection getPending()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ItemStoreEvent

public ItemStoreEvent(java.lang.Object source)
Creates new ItemStoreEvent


ItemStoreEvent

public ItemStoreEvent(java.lang.Object source,
                      java.util.Collection _pending)
Method Detail

getPending

public java.util.Collection getPending()