Class CachingContentStoreEvent

    • Constructor Detail

      • CachingContentStoreEvent

        public CachingContentStoreEvent​(Object source)
        Constructor that captures the source of the event.
        Parameters:
        source -
    • Method Detail

      • isType

        public boolean isType​(Class<?> type)
        Is the event an instance of the specified type (or subclass)?
        Parameters:
        type - Class<?>
        Returns:
        boolean