Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
GrxUIonEclipse-project-0.9.8
src
com
generalrobotix
ui
GrxBaseController.java
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2008, AIST, the University of Tokyo and General Robotix Inc.
3
* All rights reserved. This program is made available under the terms of the
4
* Eclipse Public License v1.0 which accompanies this distribution, and is
5
* available at http://www.eclipse.org/legal/epl-v10.html
6
* Contributors:
7
* General Robotix Inc.
8
* National Institute of Advanced Industrial Science and Technology (AIST)
9
*/
10
/*
11
* GrxBaseController.java
12
*
13
* Copyright (C) 2007 GeneralRobotix, Inc.
14
* All Rights Reserved
15
*
16
* @author Yuichiro Kawasumi (General Robotix, Inc.)
17
*/
18
19
package
com.generalrobotix.ui;
20
21
import
java.util.List;
22
27
public
interface
GrxBaseController
{
31
public
void
start
();
32
36
public
void
stop
();
37
42
public
void
itemSelectionChanged
(List<GrxBaseItem> itemList);
43
49
public
boolean
setup
(List<GrxBaseItem> itemList);
50
55
public
void
control
(List<GrxBaseItem> itemList);
56
62
public
boolean
cleanup
(List<GrxBaseItem> itemList);
63
}
com.generalrobotix.ui.GrxBaseController.setup
boolean setup(List< GrxBaseItem > itemList)
com.generalrobotix.ui.GrxBaseController.stop
void stop()
com.generalrobotix.ui.GrxBaseController.itemSelectionChanged
void itemSelectionChanged(List< GrxBaseItem > itemList)
com.generalrobotix.ui.GrxBaseController.start
void start()
com.generalrobotix.ui.GrxBaseController.control
void control(List< GrxBaseItem > itemList)
com.generalrobotix.ui.GrxBaseController.cleanup
boolean cleanup(List< GrxBaseItem > itemList)
com.generalrobotix.ui.GrxBaseController
Definition:
GrxBaseController.java:27
openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sat Apr 13 2019 02:14:21