cvm.model
Class Handles_Event

java.lang.Object
  extended by java.util.EventObject
      extended by cvm.model.Handles_Event
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionCreatedReply_Event, ConnectionDeclinedReply_Event, ControlSchemaNotSentException_Event, DataSchemaNotSentException_Event, GUIAddFileToCommunication_Event, GUIAddFormToCommunication_Event, GUIAddParticipantToComm_Event, GUICloseApp_Event, GUICreationFormPanelOpen_Event, GUIExpandView_Event, GUIFormPanelClear_Event, GUIFormPanelClose_Event, GUIHideView_Event, GUIMyAppPanelRefresh_Event, GUIMyFormsPanelRefresh_Event, GUINewCallStarted_Event, GUIOpenForm_Event, GUIRemoveParticipantFromComm_Event, GUIShowChat_Event, GUISidePanelToggle_Event, LoginExcetption_Event, MediaInitiatorEnableReply_Event, NoSessionException_Event, NotifyLoginReply_Event, NotifyLogoffReply_Event, PartyAddedReply_Event, PartyNotAddedException_Event, PartyRemovedReply_Event, SchemaNotSavedException_Event, SchemaReceived_Event, SEKillProcess_Event, SEKillSignal_Event, SendSchemaReply_Event, SENegotiationEnd_Event, UCIContactRemoved_Event, UCIControlSchemaReceived_Event, UCIControlSchemaUpdate_Event, UCIDataSchemaUpdate_Event, UCIFormReceived_Event, UCIParticipantAdded_Event, UnavailableMedia_Event, UserAddFileToCommunication_Event, UserAddFormToCommunication_Event, UserAddParticipantToComm_Event, UserCloseApp_Event, UserEditPasswordOpen_Event, UserEditProfileOpen_Event, UserFormFileOpen_Event, UserLoginAccepted_Event, UserLoginAttempt_Event, UserLogout_Event, UserNewCallStarted_Event, UserOpenCall_Event, UserOpenForm_Event, UserPasswordChangeAttempt_Event, UserPasswordChanged_Event, UserProfileCreatedEvent, UserProfileEdited_Event, UserRemoveParticipantFromComm_Event, UserSaveConn_Event, UserSaveForm_Event, UserSendChat_Event, UserSendControlSchema_Event

public class Handles_Event
extends java.util.EventObject

This class is the parent class for all classes that represent an event coming up from a lower level to a higher level Date: December 8, 2007

See Also:
Serialized Form

Constructor Summary
Handles_Event(java.lang.Object eventSource)
          Constructor for Handles_Event
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Handles_Event

public Handles_Event(java.lang.Object eventSource)
Constructor for Handles_Event

Parameters:
eventSource - the object which would fire this event