Package cmion.level2.migration
Class IncomingInvite
java.lang.Object
ion.Meta.Event
cmion.level2.migration.IncomingInvite
- All Implemented Interfaces:
ion.Meta.IEvent
public class IncomingInvite
extends ion.Meta.Event
This event signals that the invite listener has received an invite. The event is raised
by the invite listener class and handled by the migration class and should not be used
in a different context.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ion.Meta.Event
getRaiseTime
-
Constructor Details
-
IncomingInvite
construct a new incoming invite event- Parameters:
inviter- the name of the device that is inviting us
-
-
Method Details
-
getInviter
return the device name of the inviter
-