org.umu.macow.common.notification
Class WhenPEPKnowledgeReceived

java.lang.Object
  extended by org.umu.macow.common.notification.WhenPEPKnowledgeReceived
All Implemented Interfaces:
java.lang.Runnable, org.positif.core.eventmanager.Notificable

public class WhenPEPKnowledgeReceived
extends java.lang.Object
implements org.positif.core.eventmanager.Notificable, java.lang.Runnable

This class will be invoked when knowledge received from PEP is received.


Constructor Summary
WhenPEPKnowledgeReceived()
           
 
Method Summary
 void Notify(org.positif.core.eventmanager.Subscription subscription, org.positif.core.eventmanager.Notification notification)
           
 void run()
           
 void setKr(KnowledgeRepository kr)
           
 void SubscriptionEnd(org.positif.core.eventmanager.SubscriptionEnd subscriptionEnd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhenPEPKnowledgeReceived

public WhenPEPKnowledgeReceived()
Method Detail

setKr

public void setKr(KnowledgeRepository kr)

Notify

public void Notify(org.positif.core.eventmanager.Subscription subscription,
                   org.positif.core.eventmanager.Notification notification)
Specified by:
Notify in interface org.positif.core.eventmanager.Notificable

SubscriptionEnd

public void SubscriptionEnd(org.positif.core.eventmanager.SubscriptionEnd subscriptionEnd)
Specified by:
SubscriptionEnd in interface org.positif.core.eventmanager.Notificable

run

public void run()
Specified by:
run in interface java.lang.Runnable