Interface PALplate.mud.MudComm
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface PALplate.mud.MudComm

public interface MudComm
extends Object
All this does is make sure that any object requesting a mud response has a way to recieve it The reason that we aren't just using sub_arctic.input.callback_object is that this type of callback doesn't involve interactors. it seemed strange to try to force a non-gui structure on the interactor/event structure used in callback_object.

Method Index

 o mudResponse(String, String)
This is the function the mud will call on any object which requested a mud response.

Methods

 o mudResponse
  public abstract void mudResponse(String tag,
                                   String args)
This is the function the mud will call on any object which requested a mud response. @param tag The tag for which the response came @param args Any other information the mud sent

All Packages  Class Hierarchy  This Package  Previous  Next  Index