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=4.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.String
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.Applicationstatic JCType
classType
The 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=4.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.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
Application
public Application() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, IndexOutOfRangeException, OutOfMemoryException, OverflowException, TimeoutException, SecurityException, PlatformNotSupportedException, NotSupportedException, FormatException, MulticastNotSupportedException, UriFormatException, CultureNotFoundException, ObjectDisposedException, IOException, KeyNotFoundException, NotImplementedException, AmbiguousMatchException, XamlException, XamlParseException, SystemException, WebException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
IndexOutOfRangeException
OutOfMemoryException
OverflowException
TimeoutException
SecurityException
PlatformNotSupportedException
NotSupportedException
FormatException
MulticastNotSupportedException
UriFormatException
CultureNotFoundException
ObjectDisposedException
IOException
KeyNotFoundException
NotImplementedException
AmbiguousMatchException
XamlException
XamlParseException
SystemException
WebException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceIQueryAmbient
- Overrides:
getJCOAssemblyName
in classDispatcherObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceIQueryAmbient
- Overrides:
getJCOClassName
in classDispatcherObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceIQueryAmbient
- Overrides:
getJCOObjectName
in classDispatcherObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceIQueryAmbient
- Overrides:
getJCOInstance
in classDispatcherObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDispatcherObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceIQueryAmbient
- Overrides:
getJCOType
in classDispatcherObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Application cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoApplication
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Application
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Run
public int Run() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidCastException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SecurityException, Win32Exception, IndexOutOfRangeException, OutOfMemoryException, OverflowException, TimeoutException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidCastException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
SecurityException
Win32Exception
IndexOutOfRangeException
OutOfMemoryException
OverflowException
TimeoutException
-
Run
public int Run(Window window) throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, InvalidCastException, ArgumentOutOfRangeException, InvalidEnumArgumentException, SecurityException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ArgumentException
ObjectDisposedException
InvalidOperationException
InvalidCastException
ArgumentOutOfRangeException
InvalidEnumArgumentException
SecurityException
Win32Exception
-
FindResource
public NetObject FindResource(NetObject resourceKey) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, XamlParseException, KeyNotFoundException, XamlException, NotImplementedException, SecurityException, XamlParseException, MulticastNotSupportedException, Win32Exception, IndexOutOfRangeException, OverflowException, InvalidEnumArgumentException, TimeoutException, WebException, InvalidCastException, AmbiguousMatchException, NotSupportedException, CultureNotFoundException, FormatException, ResourceReferenceKeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
XamlParseException
KeyNotFoundException
XamlException
NotImplementedException
SecurityException
MulticastNotSupportedException
Win32Exception
IndexOutOfRangeException
OverflowException
InvalidEnumArgumentException
TimeoutException
WebException
InvalidCastException
AmbiguousMatchException
NotSupportedException
CultureNotFoundException
FormatException
ResourceReferenceKeyNotFoundException
-
LoadComponent
public static NetObject LoadComponent(Uri resourceLocator) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, UriFormatException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, NotSupportedException, UnauthorizedAccessException, IOException, KeyNotFoundException, InvalidCastException, ConfigurationErrorsException, ThreadAbortException, AmbiguousMatchException, XamlException, XamlParseException, XmlException, OverflowException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
AbandonedMutexException
UriFormatException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
NotSupportedException
UnauthorizedAccessException
IOException
KeyNotFoundException
InvalidCastException
ConfigurationErrorsException
ThreadAbortException
AmbiguousMatchException
XamlException
XamlParseException
XmlException
OverflowException
-
TryFindResource
public NetObject TryFindResource(NetObject resourceKey) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, XamlParseException, KeyNotFoundException, XamlException, NotImplementedException, SecurityException, XamlParseException, MulticastNotSupportedException, Win32Exception, IndexOutOfRangeException, OverflowException, InvalidEnumArgumentException, TimeoutException, WebException, InvalidCastException, AmbiguousMatchException, NotSupportedException, CultureNotFoundException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
XamlParseException
KeyNotFoundException
XamlException
NotImplementedException
SecurityException
MulticastNotSupportedException
Win32Exception
IndexOutOfRangeException
OverflowException
InvalidEnumArgumentException
TimeoutException
WebException
InvalidCastException
AmbiguousMatchException
NotSupportedException
CultureNotFoundException
FormatException
-
GetCookie
public static java.lang.String GetCookie(Uri uri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
IndexOutOfRangeException
OutOfMemoryException
NotSupportedException
Win32Exception
-
GetContentStream
public static StreamResourceInfo GetContentStream(Uri uriContent) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NotSupportedException, UriFormatException, SecurityException, UnauthorizedAccessException, IOException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NotSupportedException
UriFormatException
SecurityException
UnauthorizedAccessException
IOException
KeyNotFoundException
-
GetRemoteStream
public static StreamResourceInfo GetRemoteStream(Uri uriRemote) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, UriFormatException, OutOfMemoryException, SecurityException, MemberAccessException, NullReferenceException, NotSupportedException, UnauthorizedAccessException, IOException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
AbandonedMutexException
UriFormatException
OutOfMemoryException
SecurityException
MemberAccessException
NullReferenceException
NotSupportedException
UnauthorizedAccessException
IOException
KeyNotFoundException
-
GetResourceStream
public static StreamResourceInfo GetResourceStream(Uri uriResource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NotSupportedException, UriFormatException, SecurityException, UnauthorizedAccessException, IOException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NotSupportedException
UriFormatException
SecurityException
UnauthorizedAccessException
IOException
KeyNotFoundException
-
LoadComponent
public static void LoadComponent(NetObject component, Uri resourceLocator) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, UriFormatException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException, OverflowException, KeyNotFoundException, InvalidCastException, ConfigurationException, ConfigurationErrorsException, ThreadAbortException, EndOfStreamException, AmbiguousMatchException, XamlException, XamlParseException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
AbandonedMutexException
UriFormatException
IndexOutOfRangeException
OutOfMemoryException
NotSupportedException
SecurityException
UnauthorizedAccessException
IOException
OverflowException
KeyNotFoundException
InvalidCastException
ConfigurationException
ConfigurationErrorsException
ThreadAbortException
EndOfStreamException
AmbiguousMatchException
XamlException
XamlParseException
-
SetCookie
public static void SetCookie(Uri uri, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
UriFormatException
IndexOutOfRangeException
OutOfMemoryException
NotSupportedException
Win32Exception
-
Shutdown
public void Shutdown() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, EventSourceException, OutOfMemoryException, RankException, Win32Exception, SecurityException, OverflowException, TimeoutException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
EventSourceException
OutOfMemoryException
RankException
Win32Exception
SecurityException
OverflowException
TimeoutException
-
Shutdown
public void Shutdown(int exitCode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, CultureNotFoundException, EventSourceException, OutOfMemoryException, Win32Exception, InvalidEnumArgumentException, SecurityException, OverflowException, TimeoutException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
CultureNotFoundException
EventSourceException
OutOfMemoryException
Win32Exception
InvalidEnumArgumentException
SecurityException
OverflowException
TimeoutException
-
getProperties
public IDictionary getProperties() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
FormatException
-
getResourceAssembly
public static Assembly getResourceAssembly() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, PathTooLongException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException
-
setResourceAssembly
public static void setResourceAssembly(Assembly ResourceAssembly) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, PathTooLongException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
FormatException
PathTooLongException
NotSupportedException
IndexOutOfRangeException
InvalidOperationException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
AbandonedMutexException
-
getStartupUri
public Uri getStartupUri() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStartupUri
public void setStartupUri(Uri StartupUri) throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
-
getCurrent
public static Application getCurrent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResources
public ResourceDictionary getResources() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, SecurityException, IOException, InvalidOperationException, MissingManifestResourceException, MulticastNotSupportedException
-
setResources
public void setResources(ResourceDictionary Resources) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, IOException, InvalidOperationException, MissingManifestResourceException, MulticastNotSupportedException
-
getShutdownMode
public ShutdownMode getShutdownMode() throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
-
setShutdownMode
public void setShutdownMode(ShutdownMode ShutdownMode) throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, IndexOutOfRangeException, InvalidEnumArgumentException
-
getMainWindow
public Window getMainWindow() throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
-
setMainWindow
public void setMainWindow(Window MainWindow) throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
-
getWindows
public WindowCollection getWindows() throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
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
-
-