gzz.client
Interface Shower

All Superinterfaces:
Obs
All Known Implementing Classes:
AbstractShower

public interface Shower
extends Obs

An interface for the party that's responsible for generating the vobscene for a view.

See Also:
Screen, Binder, GraphicsAPI.Window

Field Summary
 
Fields inherited from interface gzz.Obs
rcsid
 
Method Summary
 VobScene generate()
          Generate a new VobScene, corresponding to the current state of the matters.
 void setScreen(Screen s)
           
 
Methods inherited from interface gzz.Obs
chg
 

Method Detail

generate

public VobScene generate()
Generate a new VobScene, corresponding to the current state of the matters.


setScreen

public void setScreen(Screen s)