com.ibm.commerce.rules
Class AddedServiceJustInTimeServiceEventNotification

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

public class AddedServiceJustInTimeServiceEventNotification
extends JustInTimeServiceEventNotification

Represents a notification that a service has been added.

See Also:
JustInTimeServiceEventNotification

Fields inherited from class com.ibm.commerce.rules.JustInTimeServiceEventNotification
COPYRIGHT
 
Constructor Summary
AddedServiceJustInTimeServiceEventNotification(JustInTimeServiceManager.Entry anEntry)
           
 
Method Summary
 void execute(JustInTimeServiceEventListener listener)
          Notifies the specified listener that a service has been added.
 
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

AddedServiceJustInTimeServiceEventNotification

public AddedServiceJustInTimeServiceEventNotification(JustInTimeServiceManager.Entry anEntry)
Method Detail

execute

public void execute(JustInTimeServiceEventListener listener)
Notifies the specified listener that a service has been added.
Overrides:
execute in class JustInTimeServiceEventNotification
Following copied from class: com.ibm.commerce.rules.JustInTimeServiceEventNotification
Parameters:
listener - The just-in-time service event listener to notify with this message.