GrxItemChangeListener.java
Go to the documentation of this file.
1 package com.generalrobotix.ui;
2 
3 public interface GrxItemChangeListener {
4 
5  public void registerItemChange(GrxBaseItem item, int event);
6 
7  public void setUp();
8 }
com.generalrobotix.ui.GrxItemChangeListener
Definition: GrxItemChangeListener.java:3
autoplay.item
item
Definition: autoplay.py:11
com.generalrobotix.ui.GrxItemChangeListener.setUp
void setUp()
com.generalrobotix.ui.GrxItemChangeListener.registerItemChange
void registerItemChange(GrxBaseItem item, int event)
com.generalrobotix.ui.GrxBaseItem
Definition: GrxBaseItem.java:35


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Wed Sep 7 2022 02:51:02