org.dvb.dsmcc
Class InsufficientResourcesEvent
java.lang.Object
java.util.EventObject
org.dvb.dsmcc.AsynchronousLoadingEvent
org.dvb.dsmcc.InsufficientResourcesEvent
- All Implemented Interfaces:
- 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
Method Summary |
Object |
getSource()
Returns the DSMCCObject that generated the event |
InsufficientResourcesEvent
public InsufficientResourcesEvent(DSMCCObject o)
- Create an InsufficientResourcesException object.
- Parameters:
o
- the DSMCCObject that generated the event.
getSource
public Object getSource()
- Returns the DSMCCObject that generated the event
- Overrides:
getSource
in class AsynchronousLoadingEvent
- Returns:
- the DSMCCObject that generated the event