large renaming in progress
git-svn-id: http://wiiusej.googlecode.com/svn/trunk@135 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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.
|
||||
@@ -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;
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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
|
||||
@@ -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.
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user