xmlBlaster 2.2.0 API

org.xmlBlaster.engine
Class SubscriptionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.xmlBlaster.engine.SubscriptionEvent
All Implemented Interfaces:
java.io.Serializable

public class SubscriptionEvent
extends java.util.EventObject

An event which indicates that a new subscription or unsubscribe occurred.

It carries the SubscriptionInfo reference inside.

Author:
Marcel Ruff
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SubscriptionEvent(SubscriptionInfo subscriptionInfo)
          Constructs a SubscriptionEvent object.
 
Method Summary
 SubscriptionInfo getSubscriptionInfo()
          Returns the originator of the event.
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SubscriptionEvent

public SubscriptionEvent(SubscriptionInfo subscriptionInfo)
Constructs a SubscriptionEvent object.

Parameters:
source - the SubscriptionInfo object
Method Detail

getSubscriptionInfo

public SubscriptionInfo getSubscriptionInfo()
Returns the originator of the event.

Returns:
the SubscriptionInfo object

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.