org.dvb.application.inner
Class InnerApplicationEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.dvb.application.inner.InnerApplicationEvent
All Implemented Interfaces:
java.io.Serializable

public class InnerApplicationEvent
extends java.util.EventObject

InnerApplicationEvent is used to notify applications which have registered interest in events coming from inner applications that such an event has happened.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InnerApplicationEvent(InnerApplicationContainer source)
          Constructor for an event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InnerApplicationEvent

public InnerApplicationEvent(InnerApplicationContainer source)
Constructor for an event.
Parameters:
source - the InnerApplicationContainer which generated the event.