Uses of Class
cvm.model.Handles_Event

Packages that use Handles_Event
cvm.model   
cvm.ncb.handlers   
cvm.ncb.handlers.event   
cvm.se   
cvm.se.handlers   
cvm.se.handlers.event   
cvm.uci.handlers   
cvm.uci.handlers.events   
cvm.ucm.handlers   
cvm.ucm.manager   
 

Uses of Handles_Event in cvm.model
 

Methods in cvm.model with parameters of type Handles_Event
 void Uses_Listener.use(Handles_Event event)
           
 

Uses of Handles_Event in cvm.ncb.handlers
 

Methods in cvm.ncb.handlers with parameters of type Handles_Event
 void NCBEventHandler.use(Handles_Event event)
          Implmentation of the use method from Uses_Listener class
 

Uses of Handles_Event in cvm.ncb.handlers.event
 

Subclasses of Handles_Event in cvm.ncb.handlers.event
 class ConnectionCreatedReply_Event
          This class will represent an event coming from NCB that encapsulate the reply of the create connection request
 class ConnectionDeclinedReply_Event
          This class will represent an event encapsulate the reply of the decline connection request
 class ControlSchemaNotSentException_Event
          Event used to notify the occurance of a ControlSchemaNotSentException
 class DataSchemaNotSentException_Event
          Event used to notify the occurance of a DataSchemaNotSentException
 class LoginExcetption_Event
          Event used to notify the occurance of a LoginExcetption
 class MediaInitiatorEnableReply_Event
          This class is usd for notifiying a MediaInitiatorEnableReply_Event to the SE.
 class NoSessionException_Event
          Event used to notify the occurance of a NoSessionException
 class NotifyLoginReply_Event
          This class will represent an event coming from NCB that encapsulate the reply of the login request
 class NotifyLogoffReply_Event
          This event notifies the logoff the system.
 class PartyAddedReply_Event
          This class will represent an event coming from NCB that encapsulate the reply of the add party request
 class PartyNotAddedException_Event
          Event used to notify the occurance of a PartyNotAddedException
 class PartyRemovedReply_Event
          This class will represent an event coming from NCB that encapsulate the reply of the remove party request
 class SchemaNotSavedException_Event
          Event used to notify the occurance of a SchemaNotSavedException
 class SchemaReceived_Event
          This class represents the Schema received event send from the NCB.
 class SendSchemaReply_Event
          This class will represent an event coming from NCB that encapsulate the reply of the sendSchema request
 class UnavailableMedia_Event
          Event used to notify the occurance of a UnavailableMedia
 class UserProfileCreatedEvent
          Event used to notify the occurance of a UserProfileCreatedEvent
 

Uses of Handles_Event in cvm.se
 

Methods in cvm.se with parameters of type Handles_Event
static void SynthesisEngine.notify(Handles_Event event)
          Thie method handles the events reported to the SE.
 

Uses of Handles_Event in cvm.se.handlers
 

Methods in cvm.se.handlers with parameters of type Handles_Event
 void SEEventObjectManager.fireUpEvent(Handles_Event event)
          This function notifies every listener of the event.
 void SEEventHandler.use(Handles_Event event)
           
 

Uses of Handles_Event in cvm.se.handlers.event
 

Subclasses of Handles_Event in cvm.se.handlers.event
 class SEKillProcess_Event
          This class represents the event that is fired to kill a specific Communication Process.
 class SEKillSignal_Event
          This class represents the event that is fired to kill a specific Communication Process.
 class SENegotiationEnd_Event
          Event used to signal that the negotiation has terminated and that the communication process must be update.
 

Uses of Handles_Event in cvm.uci.handlers
 

Methods in cvm.uci.handlers with parameters of type Handles_Event
 void UCIEventObjectManager.fireUpEvent(Handles_Event event)
          General Event Trigger.
 void UCIEventHandler.use(Handles_Event event)
           
 

Uses of Handles_Event in cvm.uci.handlers.events
 

Subclasses of Handles_Event in cvm.uci.handlers.events
 class GUIAddFileToCommunication_Event
          Event used to notify the occurrence of a GUIAddFileToCommunication_Event event which occurs when a file should be added to the communication tab.
 class GUIAddFormToCommunication_Event
          Event used to notify the occurrence of a GUIAddFormToCommunication_Event event which occurs when a form should be added to the communication tab.
 class GUIAddParticipantToComm_Event
          Event used to notify the occurrence of a UCIAddParticipantToComm_Event Date: February 09, 2010
 class GUICloseApp_Event
          Event used to notify the occurence of a GUICloseApp_Event Date: February 09, 2010
 class GUICreationFormPanelOpen_Event
          Event used to notify the occurrence of a GUICreationFormOpen Date: February 05, 2010
 class GUIExpandView_Event
          Event used to notify the occurence of a UserLogout Date: January 29, 2010
 class GUIFormPanelClear_Event
          Event used to notify the occurrence of a GUIFormPanelClear Date: February 05, 2010
 class GUIFormPanelClose_Event
          Event used to notify the occurrence of a GUIFormPanelClose Date: February 05, 2010
 class GUIHideView_Event
          Event used to notify the occurence of a UserLogout Date: January 29, 2010
 class GUIMyAppPanelRefresh_Event
          Event used to notify the GUI to refresh the GUIMyAppPanelRefresh_Event panel.
 class GUIMyFormsPanelRefresh_Event
          Event used to notify the GUI to refresh the MyForms panel.
 class GUINewCallStarted_Event
          Event used to notify the occurrence of a GUINewCallStarted_Event Date: February 09, 2010
 class GUIOpenForm_Event
          Event used to notify the occurrence of a GUIOpenForm_Event event which occurs when a user double clicks a specific form in the Forms side panel.
 class GUIRemoveParticipantFromComm_Event
          Event used to notify the occurrence of a UCIRemoveParticipantToComm_Event Date: February 09, 2010
 class GUIShowChat_Event
          Event used to notify the occurrence of a GUIShowChat_Event Date: February 16, 2010
 class GUISidePanelToggle_Event
          Event used to notify the occurrence of a GUISidePanelToggle_Event Date: February 04, 2010
 class UCIContactRemoved_Event
          Event used to notify the occurrence of a UCIContactRemoved Date: February 05, 2010
 class UCIControlSchemaReceived_Event
          Event used to notify the occurrence of a UCIControlSchemaReceived_Event event which occurs when a control schema is received Date: February 14, 2010
 class UCIControlSchemaUpdate_Event
          Event used to notify the occurrence of a UCIControlSchemaUpdate_Event Date: February 09, 2010
 class UCIDataSchemaUpdate_Event
          Event used to notify the occurrence of a UCIDataSchemaUpdate_Event Date: February 16, 2010
 class UCIFormReceived_Event
          Event used to notify the occurrence of a UCIFormReceived_Event event which occurs when SE Receives a form Schema.
 class UCIParticipantAdded_Event
          Event used to notify the occurrence of a UCIParticipantAdded Date: February 05, 2010
 class UserAddFileToCommunication_Event
          Event used to notify the occurrence of a UserAddFileToCommunication_Event event which occurs when a user drags a file into the file list of a communication on the GUI.
 class UserAddFormToCommunication_Event
          Event used to notify the occurrence of a UserAddFormToCommunication_Event event which occurs when a user drags a form into the forms list of a communication on the GUI.
 class UserAddParticipantToComm_Event
          Event used to notify the occurrence of a UCIAddParticipantToComm_Event Date: February 09, 2010
 class UserCloseApp_Event
          Event used to notify the occurence of a UserLogout Date: January 29, 2010
 class UserEditPasswordOpen_Event
          Event used to notify the occurrence of a UserEditPasswordOpen event which occurs when a user presses the Edit Password button on the GUI.
 class UserEditProfileOpen_Event
          Event used to notify the occurrence of a UserChangeProfile event which occurs when a user presses the ChangeProfile button on the GUI.
 class UserFormFileOpen_Event
          Event used to notify the occurrence of a UserFormFileOpen_Event event which occurs when a user double clicks a specific form in the Forms File.
 class UserLoginAccepted_Event
          Event used to notify the occurrence of a UserLoginAccepted Date: January 30, 2010
 class UserLoginAttempt_Event
          Event used to notify the occurence of a UserLoginAttempt Date: January 29, 2010
 class UserLogout_Event
          Event used to notify the occurence of a UserLogout Date: January 30, 2010
 class UserNewCallStarted_Event
          Event used to notify the occurrence of a UserNewCallStarted Date: February 04, 2010
 class UserOpenCall_Event
          Event used to notify the occurrence of a UserOpenCall_Event event which occurs when a user double clicks a call in the MyApps side panel.
 class UserOpenForm_Event
          Event used to notify the occurrence of a UserOpenForm_Event event which occurs when a user double clicks a specific form in the Forms side panel.
 class UserPasswordChangeAttempt_Event
          Event used to notify the occurrence of a UserPasswordChangeAttempt event which occurs when a user presses the Apply button on the Password Change GUI.
 class UserPasswordChanged_Event
          Event used to notify the occurrence of a UserPasswordChanged event which occurs when the user has been validated to change his previous password.
 class UserProfileEdited_Event
          Event used to notify the occurrence of a UserProfileEdited event which occurs when a user presses the Apply button on the Profile Edit GUI.
 class UserRemoveParticipantFromComm_Event
          Event used to notify the occurrence of a UCIRemoveParticipantToComm_Event Date: February 09, 2010
 class UserSaveConn_Event
          Event used to notify the occurrence of a UserSaveConn_Event event which occurs when a user presses the Save on the Call Window.
 class UserSaveForm_Event
          Event used to notify the occurrence of a UserSaveForm_Event event which occurs when a user presses the Save on the Form Window.
 class UserSendChat_Event
          Event used to notify the occurrence of a UserSendChat_Event Date: February 15, 2010
 class UserSendControlSchema_Event
          Event used to notify the occurrence of a UserSendControlSchema_Event Date: February 15, 2010
 

Uses of Handles_Event in cvm.ucm.handlers
 

Methods in cvm.ucm.handlers with parameters of type Handles_Event
 void UCMEventObjectManager.fireUpEventUCM(Handles_Event event)
          General Event Triger.
 void UCMEventHandler.use(Handles_Event event)
           
 

Uses of Handles_Event in cvm.ucm.manager
 

Methods in cvm.ucm.manager with parameters of type Handles_Event
static void UCM_M_Facade.notifyEvent(Handles_Event event)
          Notifies the occurance of an even.
static void UCMManager.notifyEvent(Handles_Event event)
          Notifies the occurance of an even.
static void UCMManager.notifySEEvent(Handles_Event e)
          Notifies the SE of an event.