Class ShadowPhone

    • Constructor Detail

      • ShadowPhone

        public ShadowPhone()
    • Method Detail

      • addCall

        public void addCall​(Call call)
        Add Call to a collection that returns when getCalls is called.
      • removeCall

        public void removeCall​(Call call)
        Remove call that has previously been added via addCall().