org.dvb.dsmcc
Class InsufficientResourcesEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.dsmcc.AsynchronousLoadingEvent
          extended by org.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

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
equals, 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