team
Interface ITeamObserver

All Known Implementing Classes:
MainUI

public interface ITeamObserver

Observer interface for Team. The only change of interest is a status change.


Method Summary
 void statusChange()
          Inform the observer that the status of the team has changed.
 

Method Detail

statusChange

void statusChange()
Inform the observer that the status of the team has changed.