|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.dvb.dsmcc.AsynchronousLoadingEvent
org.dvb.dsmcc.InsufficientResourcesEvent
public class InsufficientResourcesEvent
This event is generated if there are insufficient resources available to load a DSMCCObject. e.g. if there is not enough memory.
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 |
---|
public InsufficientResourcesEvent(DSMCCObject o)
o
- the DSMCCObject that generated the event.Method Detail |
---|
public java.lang.Object getSource()
getSource
in class AsynchronousLoadingEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |