Class 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 
      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.String getInviter()
      return the device name of the inviter
      • Methods inherited from class ion.Meta.Event

        getRaiseTime
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IncomingInvite

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

      • getInviter

        public java.lang.String getInviter()
        return the device name of the inviter