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.EventThis 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 Constructor Description IncomingInvite(java.lang.String inviter)construct a new incoming invite event
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInviter()return the device name of the inviter
-