// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) space 
// Source File Name:   IViewRequestor.java

package model;


// Referenced classes of package model:
//      IRejectCommand

public interface IViewRequestor
{

  public abstract void setTokenAt(int i, int j, IRejectCommand irejectcommand);
}
