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 Details

    • IncomingInvite

      public IncomingInvite(String inviter)
      construct a new incoming invite event
      Parameters:
      inviter - the name of the device that is inviting us
  • Method Details

    • getInviter

      public String getInviter()
      return the device name of the inviter