de.wenzlaff.twncid.schnittstelle
Interface IController
- All Known Implementing Classes:
- Controller
public interface IController
Das Controller-Interface.
- Version:
- 1.0
- Author:
- Thomas Wenzlaff
setModell
void setModell(IAnrufModell anrufModell)
- Setzt das Modell.
- Parameters:
anrufModell - das Modell.
connect
void connect(String ip,
int port)
throws SocketException,
IOException
- Throws:
SocketException
IOException
disconnect
void disconnect()
throws IOException
- Throws:
IOException
getAnruf
IAnruf getAnruf()
Copyright © 2010 Thomas Wenzlaff. All Rights Reserved.