Class ComponentEventDescriptor
java.lang.Object
com.inductiveautomation.perspective.common.api.ComponentEventDescriptor
Describes an event that a component might fire.
- 
Constructor SummaryConstructorsConstructorDescriptionComponentEventDescriptor(String name, JsonSchema schema) ComponentEventDescriptor(String name, String description, JsonSchema schema) ComponentEventDescriptor(String name, String description, JsonSchema schema, String documentationUrl) 
- 
Method SummaryModifier and TypeMethodDescriptionA URL to read further information about this event, e.g.getName()The name of the event, like "onThingHappened"The schema for the event object.
- 
Constructor Details- 
ComponentEventDescriptor
- 
ComponentEventDescriptor
- 
ComponentEventDescriptor
- 
ComponentEventDescriptorpublic ComponentEventDescriptor(String name, String description, JsonSchema schema, String documentationUrl) 
 
- 
- 
Method Details- 
getNameThe name of the event, like "onThingHappened"
- 
getDescription
- 
getDocumentationUrlA URL to read further information about this event, e.g. to a user manual page.
- 
getSchemaThe schema for the event object. Default implementation returns an empty schema.
 
-