public class ViewClearCacheEvent extends JboEvent
ViewObject inform its listeners
 when the cache is cleared.| Constructor and Description | 
|---|
ViewClearCacheEvent(Transaction source,
                   ViewObject[] vos)
Creates a View Object clear-cache event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ViewObject[] | 
getViewObjects()
Returns an array of View Objects whose cache has been cleared. 
 | 
java.lang.String | 
toString()
Internal: For debugging only. 
 | 
public ViewClearCacheEvent(Transaction source, ViewObject[] vos)
source - the publisher of the event (a Transaction).public ViewObject[] getViewObjects()
ViewObject.clearCache(), or
 Transaction.clearEntityCache(String), or
 ApplicationModule.clearVOCaches(String, boolean).public java.lang.String toString()
toString in class java.util.EventObject