Package system.windows
Class Application
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.threading.DispatcherObject
-
- system.windows.Application
-
- All Implemented Interfaces:
IJCOBridgeReflected,IQueryAmbient
public class Application extends DispatcherObject implements IQueryAmbient
The base .NET class managing System.Windows.Application, PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Application
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationFrameworkstatic java.lang.StringclassNameQualified class name: System.Windows.Applicationstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description Application()Application(java.lang.Object instance)Internal constructor.
-
Method Summary
-
Methods inherited from class system.windows.threading.DispatcherObject
CheckAccess, getDispatcher, VerifyAccess
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.windows.markup.IQueryAmbient
IsAmbientPropertyAvailable
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Application- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Application
public Application(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
Application
public Application() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, TimeoutException, CultureNotFoundException, UriFormatException, OutOfMemoryException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, AmbiguousMatchException, XamlException, NotImplementedException, XamlParseException, MulticastNotSupportedException, SystemException, WebException- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionTimeoutExceptionCultureNotFoundExceptionUriFormatExceptionOutOfMemoryExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionAmbiguousMatchExceptionXamlExceptionNotImplementedExceptionXamlParseExceptionMulticastNotSupportedExceptionSystemExceptionWebException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceIQueryAmbient- Overrides:
getJCOAssemblyNamein classDispatcherObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceIQueryAmbient- Overrides:
getJCOClassNamein classDispatcherObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceIQueryAmbient- Overrides:
getJCOObjectNamein classDispatcherObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceIQueryAmbient- Overrides:
getJCOInstancein classDispatcherObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDispatcherObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceIQueryAmbient- Overrides:
getJCOTypein classDispatcherObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static Application cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoApplication, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
Applicationinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Run
public int Run() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidCastException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, RankException, ArrayTypeMismatchException, Win32Exception, NotSupportedException, NullReferenceException, TimeoutException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidCastExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionTimeoutException
-
Run
public int Run(Window window) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, InvalidCastException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionNullReferenceException
-
FindResource
public NetObject FindResource(NetObject resourceKey) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, XamlParseException, KeyNotFoundException, XamlException, NotImplementedException, XamlParseException, MulticastNotSupportedException, Win32Exception, InvalidEnumArgumentException, TimeoutException, WebException, InvalidCastException, OverflowException, CultureNotFoundException, AmbiguousMatchException, SecurityException, ResourceReferenceKeyNotFoundException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionXamlParseExceptionKeyNotFoundExceptionXamlExceptionNotImplementedExceptionMulticastNotSupportedExceptionWin32ExceptionInvalidEnumArgumentExceptionTimeoutExceptionWebExceptionInvalidCastExceptionOverflowExceptionCultureNotFoundExceptionAmbiguousMatchExceptionSecurityExceptionResourceReferenceKeyNotFoundException
-
LoadComponent
public static NetObject LoadComponent(Uri resourceLocator) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, UriFormatException, SecurityException, IOException, UnauthorizedAccessException, InvalidCastException, AmbiguousMatchException, XamlException, NotImplementedException, XamlParseException, XmlException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionUriFormatExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionInvalidCastExceptionAmbiguousMatchExceptionXamlExceptionNotImplementedExceptionXamlParseExceptionXmlException
-
TryFindResource
public NetObject TryFindResource(NetObject resourceKey) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, XamlParseException, KeyNotFoundException, XamlException, NotImplementedException, XamlParseException, MulticastNotSupportedException, Win32Exception, InvalidEnumArgumentException, TimeoutException, WebException, InvalidCastException, OverflowException, CultureNotFoundException, AmbiguousMatchException, SecurityException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionXamlParseExceptionKeyNotFoundExceptionXamlExceptionNotImplementedExceptionMulticastNotSupportedExceptionWin32ExceptionInvalidEnumArgumentExceptionTimeoutExceptionWebExceptionInvalidCastExceptionOverflowExceptionCultureNotFoundExceptionAmbiguousMatchExceptionSecurityException
-
GetCookie
public static java.lang.String GetCookie(Uri uri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, FormatException, Win32Exception
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionUnreachableExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionFormatExceptionWin32Exception
-
GetContentStream
public static StreamResourceInfo GetContentStream(Uri uriContent) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionSecurityExceptionIOExceptionUnauthorizedAccessException
-
GetRemoteStream
public static StreamResourceInfo GetRemoteStream(Uri uriRemote) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUriFormatExceptionSecurityExceptionIOExceptionUnauthorizedAccessException
-
GetResourceStream
public static StreamResourceInfo GetResourceStream(Uri uriResource) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionSecurityExceptionIOExceptionUnauthorizedAccessException
-
LoadComponent
public static void LoadComponent(NetObject component, Uri resourceLocator) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UnreachableException, UriFormatException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, OverflowException, FileLoadException, InvalidCastException, FormatException, MissingMemberException, AmbiguousMatchException, NotImplementedException, XamlException, XamlParseException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnreachableExceptionUriFormatExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionOverflowExceptionFileLoadExceptionInvalidCastExceptionFormatExceptionMissingMemberExceptionAmbiguousMatchExceptionNotImplementedExceptionXamlExceptionXamlParseException
-
SetCookie
public static void SetCookie(Uri uri, java.lang.String value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, UriFormatException, PlatformNotSupportedException, Win32Exception
-
Shutdown
public void Shutdown() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, CultureNotFoundException, EventSourceException, Win32Exception, TimeoutException
-
Shutdown
public void Shutdown(int exitCode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArrayTypeMismatchException, NotSupportedException, RankException, FormatException, EventSourceException, NullReferenceException, Win32Exception, InvalidEnumArgumentException, OverflowException, TimeoutException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionNotSupportedExceptionRankExceptionFormatExceptionEventSourceExceptionNullReferenceExceptionWin32ExceptionInvalidEnumArgumentExceptionOverflowExceptionTimeoutException
-
getProperties
public IDictionary getProperties() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getResourceAssembly
public static Assembly getResourceAssembly() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
setResourceAssembly
public static void setResourceAssembly(Assembly ResourceAssembly) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
getStartupUri
public Uri getStartupUri() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStartupUri
public void setStartupUri(Uri StartupUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationException
-
getCurrent
public static Application getCurrent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResources
public ResourceDictionary getResources() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, SecurityException, IOException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionSecurityExceptionIOExceptionMulticastNotSupportedException
-
setResources
public void setResources(ResourceDictionary Resources) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, SecurityException, IOException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionSecurityExceptionIOExceptionMulticastNotSupportedException
-
getShutdownMode
public ShutdownMode getShutdownMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationException
-
setShutdownMode
public void setShutdownMode(ShutdownMode ShutdownMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getMainWindow
public Window getMainWindow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationException
-
setMainWindow
public void setMainWindow(Window MainWindow) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationException
-
getWindows
public WindowCollection getWindows() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
addActivated
public void addActivated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeActivated
public void removeActivated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDeactivated
public void addDeactivated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDeactivated
public void removeDeactivated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addExit
public void addExit(ExitEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeExit
public void removeExit(ExitEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addFragmentNavigation
public void addFragmentNavigation(FragmentNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFragmentNavigation
public void removeFragmentNavigation(FragmentNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLoadCompleted
public void addLoadCompleted(LoadCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLoadCompleted
public void removeLoadCompleted(LoadCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigated
public void addNavigated(NavigatedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigated
public void removeNavigated(NavigatedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigating
public void addNavigating(NavigatingCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigating
public void removeNavigating(NavigatingCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigationFailed
public void addNavigationFailed(NavigationFailedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigationFailed
public void removeNavigationFailed(NavigationFailedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigationProgress
public void addNavigationProgress(NavigationProgressEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigationProgress
public void removeNavigationProgress(NavigationProgressEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigationStopped
public void addNavigationStopped(NavigationStoppedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigationStopped
public void removeNavigationStopped(NavigationStoppedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSessionEnding
public void addSessionEnding(SessionEndingCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSessionEnding
public void removeSessionEnding(SessionEndingCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStartup
public void addStartup(StartupEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStartup
public void removeStartup(StartupEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDispatcherUnhandledException
public void addDispatcherUnhandledException(DispatcherUnhandledExceptionEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDispatcherUnhandledException
public void removeDispatcherUnhandledException(DispatcherUnhandledExceptionEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-