|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--org.dvb.internet.InternetClientEvent
|
+--org.dvb.internet.InternetClientFailureEvent
|
+--org.dvb.internet.PermissionDeniedEvent
Event indicating that an operation on an internet client failed due to the specified URL not being accessible by the client due to access controls on the server.
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
PermissionDeniedEvent(java.lang.Object source,
java.net.URL url)
Construct a new PermissionDeniedEvent |
|
| Methods inherited from class org.dvb.internet.InternetClientEvent |
getUrl |
| 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 |
public PermissionDeniedEvent(java.lang.Object source,
java.net.URL url)
PermissionDeniedEventsource - the source of the eventurl - the URL to which the event relates.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||