|
Protégé-OWL 3.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyValueListener
Method Summary | |
---|---|
void |
browserTextChanged(RDFResource resource)
Called when the browser text of an RDFResource has changed. |
void |
nameChanged(RDFResource resource,
String oldName)
Called after the name of a resource has changed. |
void |
propertyValueChanged(RDFResource resource,
RDFProperty property,
Collection oldValues)
Called after the value of a property has changed at a given resource. |
void |
visibilityChanged(RDFResource resource)
Called after the visibility of a resource has changed. |
Methods inherited from interface edu.stanford.smi.protege.event.FrameListener |
---|
browserTextChanged, deleted, nameChanged, ownFacetAdded, ownFacetRemoved, ownFacetValueChanged, ownSlotAdded, ownSlotRemoved, ownSlotValueChanged, visibilityChanged |
Method Detail |
---|
void browserTextChanged(RDFResource resource)
resource
- the resource that has changed its browser textvoid nameChanged(RDFResource resource, String oldName)
resource
- the resource that has changed its nameoldName
- the old name of the resourcevoid propertyValueChanged(RDFResource resource, RDFProperty property, Collection oldValues)
resource
- the resource that has changed its valueproperty
- the property that has changed at resourceoldValues
- a Collection of old values (may not be available for all values)void visibilityChanged(RDFResource resource)
resource
- the resource that has changed its visibility
|
Protégé-OWL 3.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |