Search Mailing List Archives
[protege-discussion] which listener for the slot value change
Tania Tudorache
tudorache at stanford.edu
Tue Oct 17 12:14:14 PDT 2006
Protege has different kind of listeners. These are some of the available
listener interfaces:
ClsListener
FacetListener
FrameListener
InstanceListener
KnowledgeBaseListener
ProjectListener
SlotListener
I suppose you want to listen to slot value changes for an instance. For
this, you should use from the FrameListener, the method:
void ownSlotValueChanged(FrameEvent event);
You can also use the empty FrameAdapter that implements the FrameListener.
Tania
field wrote:
> Thanks for reading my question.
>
> Which listener is for the slot value change? For example, I have slot
> called "myslot" and I want to trigger an action whenever the value of this
> slot is changed. However, I cannot find the right method in those listeners.
> Can anyone help me out?
>
> Thanks in advance,
>
> _______________________________________________
> protege-discussion mailing list
> protege-discussion at lists.stanford.edu
> https://mailman.stanford.edu/mailman/listinfo/protege-discussion
>
> Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03
>
>
More information about the protege-discussion
mailing list