org.dvb.dsmcc
Class InsufficientResourcesEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.dvb.dsmcc.AsynchronousLoadingEvent
          extended byorg.dvb.dsmcc.InsufficientResourcesEvent
All Implemented Interfaces:
java.io.Serializable

public class InsufficientResourcesEvent
extends AsynchronousLoadingEvent

This event is generated if there are insufficient resources available to load a DSMCCObject. e.g. if there is not enough memory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InsufficientResourcesEvent(DSMCCObject o)
          Create an InsufficientResourcesException object.
 
Method Summary
 java.lang.Object getSource()
          Returns the DSMCCObject that generated the event
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsufficientResourcesEvent

public InsufficientResourcesEvent(DSMCCObject o)
Create an InsufficientResourcesException object.

Parameters:
o - the DSMCCObject that generated the event.
Method Detail

getSource

public java.lang.Object getSource()
Returns the DSMCCObject that generated the event

Overrides:
getSource in class AsynchronousLoadingEvent
Returns:
the DSMCCObject that generated the event