Package objectivehtml.oms

This package contains the classes used in the Objective Html Messaging System (OMS).

See:
          Description

Interface Summary
ErrorHandler This interface should be implemented by objects that wish to handle errors thrown by slot methods.
 

Class Summary
OMSObject This abstract class is the base class of all objects that are capable of participating in the Objective Html Messaging System (OMS).
ParameterList This object represents a parameter list.
Signal This object represents a signal in OMS.
SignalId This object uniquely identifies a signal method of a OMSObject.
SlotId This object uniquely identifies a slot method of a OMSObject.
 

Package objectivehtml.oms Description

This package contains the classes used in the Objective Html Messaging System (OMS). This includes the signals and slots implementation.