Package com.sdm.quasar.client.core.common

Interface Summary
Acceptor A basic interface to devide Objects to accepted and not accepted ones.
Disposable Identifies a component that can be disposed.
DisposeCallback A callback interface to be called when an Disposable was disposed.
ErrorContextHandler Interface for error handlers, that can handle specific exceptions in specific contexts.
 

Class Summary
ComponentLifeCycle Typesafe enum: defines life cycle states that may be internally used for components that must be robust during creation or destruction.
DisposeException.MessageAndCause Wrapper class for a message (String) and a cause (Throwable).
ErrorHandler Offers static access to the global error handler.
ID Identifies an object that may be organized within a HierarchyManager.
 

Exception Summary
AbortException An exception that signals an abort of the application or context.
DisposeException Signifies that one or more errors occurred while executing a Disposable.dispose() method.