GrxUIonEclipse-project-0.9.8
src
com
generalrobotix
ui
view
tdview
TransformChangeEvent.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
*/
17
package
com.generalrobotix.ui.view.tdview;
18
19
import
java.util.EventObject;
20
import
javax.media.j3d.*;
21
22
@SuppressWarnings(
"serial"
)
23
public class
TransformChangeEvent
extends EventObject
24
{
25
28
// 内部に保持する TransformGroup
29
private
TransformGroup tgChanged =
null
;
30
36
public
TransformChangeEvent
(Object objSource,TransformGroup tgChanged)
37
{
38
super(objSource);
39
this.tgChanged = tgChanged;
40
}
41
46
public
TransformGroup
getTransformGroup
()
47
{
48
return
tgChanged;
49
}
50
}
null
#define null
our own NULL pointer
Definition:
IceTypes.h:57
com.generalrobotix.ui.view.tdview.TransformChangeEvent.TransformChangeEvent
TransformChangeEvent(Object objSource, TransformGroup tgChanged)
Definition:
TransformChangeEvent.java:36
com.generalrobotix.ui.view.tdview.TransformChangeEvent
Definition:
TransformChangeEvent.java:23
com.generalrobotix.ui.view.tdview.TransformChangeEvent.getTransformGroup
TransformGroup getTransformGroup()
Definition:
TransformChangeEvent.java:46
openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Thu Sep 8 2022 02:24:05