Package clickDetector
Class ClickJSONDataSource
-
Field Summary
Fields inherited from class jsonStorage.JSONObjectDataSource
objectData
-
Constructor Summary
ConstructorsConstructorDescriptionCall the super constructor and then initialize the objectData object as a ClickJSONData class -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addClassSpecificFields
(PamDataUnit pamDataUnit) Add fields specific to this subclassprotected void
setObjectType
(PamDataUnit pamDataUnit) Set the object type specific to this subclass.Methods inherited from class jsonStorage.JSONObjectDataSource
getPackedObject
-
Constructor Details
-
Method Details
-
addClassSpecificFields
Description copied from class:JSONObjectDataSource
Add fields specific to this subclass- Specified by:
addClassSpecificFields
in classJSONObjectDataSource<ClickJSONData>
-
setObjectType
Description copied from class:JSONObjectDataSource
Set the object type specific to this subclass. This is typically the objectType field from the subclass' implementation of the BInaryObjectData class. BinaryObjectData is often created in the subclass' BinaryDataSource.getPackedData() method.- Specified by:
setObjectType
in classJSONObjectDataSource<ClickJSONData>
- Parameters:
pamDataUnit
-
-