Class PALplate.lib.appliance
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PALplate.lib.appliance

java.lang.Object
   |
   +----sub_arctic.lib.min_interactor
           |
           +----sub_arctic.lib.base_interactor
                   |
                   +----sub_arctic.lib.multi_button
                           |
                           +----sub_arctic.lib.button
                                   |
                                   +----PALplate.interactors.SelfCallbackButton
                                           |
                                           +----PALplate.lib.appliance

public class appliance
extends SelfCallbackButton
implements MudComm
This class represents a appliance. Currently, when you click on it, it's icon changes

Constructor Index

 o appliance()
 o appliance(loaded_image)

Method Index

 o callback(interactor, event, int, Object)
Switch icons
 o draw_self_local(drawable)
 o getContentsUpdate()
 o getFoodItems()
 o init(String, Object)
This function is called immediately after the object is dynamically loaded and created.
 o mudDescription()
 o mudResponse(String, String)
 o setContentsUpdate(String)

Constructors

 o appliance
  public appliance()
 o appliance
  public appliance(loaded_image i)

Methods

 o init
  public void init(String mudobjnum,
                   Object args)
This function is called immediately after the object is dynamically loaded and created.
Overrides:
init in class SelfCallbackButton
 o draw_self_local
  public void draw_self_local(drawable parent)
Overrides:
draw_self_local in class multi_button
 o mudDescription
  public String mudDescription()
Overrides:
mudDescription in class SelfCallbackButton
 o callback
  public void callback(interactor from_obj,
                       event evt,
                       int callback_num,
                       Object callback_info)
Switch icons
Overrides:
callback in class SelfCallbackButton
 o getFoodItems
  protected void getFoodItems()
 o mudResponse
  public void mudResponse(String tag,
                          String args)
 o setContentsUpdate
  public void setContentsUpdate(String cu)
 o getContentsUpdate
  public String getContentsUpdate()

All Packages  Class Hierarchy  This Package  Previous  Next  Index