universe.base
Interface OnMsg<Msg extends java.io.Serializable>


public interface OnMsg<Msg extends java.io.Serializable>


Method Summary
 Bundle<Msg> apply(Universe<Msg> u, IWorld w, Msg m)
           
 

Method Detail

apply

Bundle<Msg> apply(Universe<Msg> u,
                  IWorld w,
                  Msg m)