|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.dvb.internet.InternetClientEvent
org.dvb.internet.InternetClientFailureEvent
org.dvb.internet.PermissionDeniedEvent
public class 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.
Constructor Summary | |
---|---|
PermissionDeniedEvent(java.lang.Object source,
java.net.URL url)
Construct a new PermissionDeniedEvent |
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PermissionDeniedEvent(java.lang.Object source, java.net.URL url)
PermissionDeniedEvent
source
- the source of the eventurl
- the URL to which the event relates.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |