cz.cuni.pogamut.posh.widget.accept
Class AcceptGoal2DC
java.lang.Object
cz.cuni.pogamut.posh.widget.accept.AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.Goal,cz.cuni.amis.pogamut.sposh.elements.DriveCollection>
cz.cuni.pogamut.posh.widget.accept.AcceptGoal2DC
- All Implemented Interfaces:
- org.netbeans.api.visual.action.AcceptProvider
public class AcceptGoal2DC
- extends AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.Goal,cz.cuni.amis.pogamut.sposh.elements.DriveCollection>
When goal is dropped on the DC, replace the current goal.
- Author:
- Honza
|
Constructor Summary |
AcceptGoal2DC(cz.cuni.amis.pogamut.sposh.elements.DriveCollection dc)
|
|
Method Summary |
protected void |
performAction(cz.cuni.amis.pogamut.sposh.elements.Goal goal)
When deriving from this widget, implement what should actually be done
in this function. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcceptGoal2DC
public AcceptGoal2DC(cz.cuni.amis.pogamut.sposh.elements.DriveCollection dc)
performAction
protected void performAction(cz.cuni.amis.pogamut.sposh.elements.Goal goal)
- Description copied from class:
AbstractAcceptAction
- When deriving from this widget, implement what should actually be done
in this function.
- Specified by:
performAction in class AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.Goal,cz.cuni.amis.pogamut.sposh.elements.DriveCollection>
- Parameters:
goal - Object that was stored in the Transferable, basically object that was dropped.
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.