Uses of Class
org.dvb.internet.InternetClientFailureEvent

Packages that use InternetClientFailureEvent
org.dvb.internet Provides a mechanism for GEM applications to control internet clients that may be present on an GEM such as a web browser or email client. 
 

Uses of InternetClientFailureEvent in org.dvb.internet
 

Subclasses of InternetClientFailureEvent in org.dvb.internet
 class CancelledByUserEvent
          Event indicating that an operation on an internet client failed because the operation was canceled by the user
 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.
 class URLUnavailableEvent
          Event indicating that an operation on an internet client failed due to the specified URL not being available.