Interface ClickableShape3D

All Known Implementing Classes:
Honeycomb, HoneycombShape3D

public interface ClickableShape3D

Title: ClickableShape3D Description: This Interface describes the a function, that every Object in MyUniverse must implement, to interact with the PickDragBehavior

Author:
Dimitri Missoh, Daniel Schlosser

Method Summary
 void ClickActionAppeared(java.awt.event.MouseEvent event)
           
 

Method Detail

ClickActionAppeared

public void ClickActionAppeared(java.awt.event.MouseEvent event)