public class HGLoadPredefinedTypeEvent extends HGEventBase
This event is triggered by the type system when the run-time instance of a predefined type needs to be loaded in the cache. Applications should listen to this event whenever predefined need to be loaded on demand and HyperGraph cannot perform this task alone.
A listener is expected to add the predefined refered by the typeHandle
attribute of the event instance. Predefined types are added through a call to the
HGTypeSystem.addPredefinedType
method.
Constructor and Description |
---|
HGLoadPredefinedTypeEvent(HGPersistentHandle typeHandle) |
Modifier and Type | Method and Description |
---|---|
HGPersistentHandle |
getTypeHandle() |
getSource
public HGLoadPredefinedTypeEvent(HGPersistentHandle typeHandle)
public HGPersistentHandle getTypeHandle()
Copyright © 2015. All rights reserved.