edu.agh.sr.madej
Class NoteBoardImpl

java.lang.Object
  extended byedu.agh.sr.madej.NoteBoardImpl
All Implemented Interfaces:
NoteBoard, java.rmi.Remote

public class NoteBoardImpl
extends java.lang.Object
implements NoteBoard

Klasa reprezentujaca zdalna tablice.


Constructor Summary
NoteBoardImpl()
           
 
Method Summary
 void appendText(java.lang.String text)
          Dodaje linijke tekstu do tablicy.
 void clean()
          Czysci tablice.
 java.lang.String getText()
          Zwraca zawartosc tablicy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteBoardImpl

public NoteBoardImpl()
Method Detail

appendText

public void appendText(java.lang.String text)
Dodaje linijke tekstu do tablicy.

Specified by:
appendText in interface NoteBoard
Parameters:
text - tekst

clean

public void clean()
Czysci tablice.

Specified by:
clean in interface NoteBoard

getText

public java.lang.String getText()
Zwraca zawartosc tablicy.

Specified by:
getText in interface NoteBoard