large renaming in progress

git-svn-id: http://wiiusej.googlecode.com/svn/trunk@135 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
guilhem.duche
2008-05-07 22:56:20 +00:00
parent 3dc5a992d0
commit 2f4db5060d
24 changed files with 95 additions and 74 deletions

View File

@@ -14,7 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.physicalevents;
import wiiusej.wiiusejevents.GenericEvent;
/**
* Class which represents a buttons event.

View File

@@ -14,9 +14,10 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.physicalevents;
import wiiusej.values.IRSource;
import wiiusej.wiiusejevents.GenericEvent;
/**
* Class which represents an IR event.

View File

@@ -14,11 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.physicalevents;
import wiiusej.values.GForce;
import wiiusej.values.Orientation;
import wiiusej.values.RawAcceleration;
import wiiusej.wiiusejevents.GenericEvent;
/**
* Class which represents a motion sensing event.

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.physicalevents;
/**
* Class which represents a buttons event for a generic event. It means buttons

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.physicalevents;
/**
* Class which represents a buttons event for a generic event. It means buttons

View File

@@ -14,14 +14,14 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.utils;
import wiiusej.wiiusejevents.DisconnectionEvent;
import wiiusej.wiiusejevents.NunchukInsertedEvent;
import wiiusej.wiiusejevents.NunchukRemovedEvent;
import wiiusej.wiiusejevents.StatusEvent;
import wiiusej.wiiusejevents.WiiUseApiEvent;
import wiiusej.wiiusejevents.WiimoteEvent;
import wiiusej.wiiusejevents.wiiusejapievents.DisconnectionEvent;
import wiiusej.wiiusejevents.wiiusejapievents.NunchukInsertedEvent;
import wiiusej.wiiusejevents.wiiusejapievents.NunchukRemovedEvent;
import wiiusej.wiiusejevents.wiiusejapievents.StatusEvent;
import wiiusej.wiiusejevents.wiiusejapievents.WiiUseApiEvent;
import wiiusej.wiiusejevents.wiiusejapievents.WiimoteEvent;
/**
* This class is used to gather events during a call to the Wiiuse API.

View File

@@ -14,7 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.utils;
import wiiusej.wiiusejevents.wiiusejapievents.WiiUseApiEvent;

View File

@@ -14,7 +14,13 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.utils;
import wiiusej.wiiusejevents.physicalevents.IREvent;
import wiiusej.wiiusejevents.physicalevents.MotionSensingEvent;
import wiiusej.wiiusejevents.physicalevents.WiimoteButtonsEvent;
import wiiusej.wiiusejevents.wiiusejapievents.DisconnectionEvent;
import wiiusej.wiiusejevents.wiiusejapievents.StatusEvent;
/**
* This is the interface to implement to listen to events from wiimotes.

View File

@@ -14,7 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.wiiusejapievents;
/**
* Class representing a disconnection event.

View File

@@ -14,7 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.wiiusejapievents;
/**
* Event that represents the connection of a nunchuk to a wiimote.

View File

@@ -14,7 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.wiiusejapievents;
/**
* Event that represents the connection of a nunchuk to a wiimote.

View File

@@ -14,7 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.wiiusejapievents;
/**
* Class used to represent a status event. This class is used to know what are

View File

@@ -14,7 +14,9 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.wiiusejapievents;
import wiiusej.wiiusejevents.GenericEvent;
/**
* This class describes the structure of an event from the WiiUse API event.

View File

@@ -14,9 +14,12 @@
* You should have received a copy of the GNU General Public License
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
*/
package wiiusej.wiiusejevents;
package wiiusej.wiiusejevents.wiiusejapievents;
import wiiusej.values.Expansion;
import wiiusej.wiiusejevents.physicalevents.IREvent;
import wiiusej.wiiusejevents.physicalevents.MotionSensingEvent;
import wiiusej.wiiusejevents.physicalevents.WiimoteButtonsEvent;
/**
* Class that is a bean to be filled by the wiiuse API on an event that occurs