com.transjam.client
Class MeetingSchedule

java.lang.Object
  |
  +--java.util.Observable
        |
        +--com.transjam.client.MeetingSchedule

public class MeetingSchedule
extends java.util.Observable

Schedule of meetings and how many people are attending. Also handle encoding and decoding of scheduler requests.

Author:
(c) 2001 Phil Burk, SoftSynth.com

Constructor Summary
MeetingSchedule(Client pClient)
           
 
Method Summary
 Schedule getSchedule()
           
 java.util.Date getServerDate()
           
 void joinMeeting(java.util.Date when)
           
 void requestMeetingList()
           
 void start()
           
 void stop()
           
 void thisSetChanged()
           
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeetingSchedule

public MeetingSchedule(Client pClient)
Method Detail

thisSetChanged

public void thisSetChanged()

start

public void start()

stop

public void stop()

getServerDate

public java.util.Date getServerDate()

getSchedule

public Schedule getSchedule()

joinMeeting

public void joinMeeting(java.util.Date when)
                 throws java.io.IOException

requestMeetingList

public void requestMeetingList()
                        throws java.io.IOException