BehaviorHandler.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.awt.event.*;
20 
25 public interface BehaviorHandler {
26  public void processPicking(MouseEvent evt, BehaviorInfo info);
27  public void processStartDrag(MouseEvent evt, BehaviorInfo info);
28  public void processDragOperation(MouseEvent evt, BehaviorInfo info);
29  public void processReleased(MouseEvent evt, BehaviorInfo info);
30  public boolean processTimerOperation(BehaviorInfo info);
31 }
32 
void processReleased(MouseEvent evt, BehaviorInfo info)
void processStartDrag(MouseEvent evt, BehaviorInfo info)
void processDragOperation(MouseEvent evt, BehaviorInfo info)
void processPicking(MouseEvent evt, BehaviorInfo info)
backing_store_ptr info
Definition: jmemsys.h:181
boolean processTimerOperation(BehaviorInfo info)


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:18