public class ContentAddressableStoreEvent extends EventObject
source
Constructor and Description |
---|
ContentAddressableStoreEvent(ContentAddressableStore source,
Hash hash)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Hash |
getHash()
Each event is associated with a hash.
|
getSource, toString
public ContentAddressableStoreEvent(ContentAddressableStore source, Hash hash)
source
- The store that generated the eventhash
- The hash associated with the eventpublic Hash getHash()
Copyright © 2019. All rights reserved.