com.ibm.commerce.rules
Class UpdatedServiceJustInTimeServiceEventNotification

java.lang.Object
  |
  +--com.ibm.commerce.rules.JustInTimeServiceEventNotification
        |
        +--com.ibm.commerce.rules.UpdatedServiceJustInTimeServiceEventNotification

public class UpdatedServiceJustInTimeServiceEventNotification
extends JustInTimeServiceEventNotification

Represents a notification that a rule service has been updated within the just-in-time service manager.


Fields inherited from class com.ibm.commerce.rules.JustInTimeServiceEventNotification
COPYRIGHT
 
Constructor Summary
UpdatedServiceJustInTimeServiceEventNotification(JustInTimeServiceManager.Entry anEntry)
           
 
Method Summary
 void execute(JustInTimeServiceEventListener listener)
          Forwards the notification to a listener.
 
Methods inherited from class com.ibm.commerce.rules.JustInTimeServiceEventNotification
getEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatedServiceJustInTimeServiceEventNotification

public UpdatedServiceJustInTimeServiceEventNotification(JustInTimeServiceManager.Entry anEntry)
Method Detail

execute

public void execute(JustInTimeServiceEventListener listener)
Forwards the notification to a listener.
Overrides:
execute in class JustInTimeServiceEventNotification
See Also:
JustInTimeServiceEventNotification