itm / wsn-device-drivers

Drivers for Wireless Sensor Network Devices
Other
6 stars 4 forks source link

Optimize package structure and class names #55

Closed mlegenhausen closed 13 years ago

mlegenhausen commented 13 years ago

This includes:

  1. Move some classes from async to the top level package
  2. Rename DeviceAsync to Device
  3. Remove the Programmable Interface. Not needed anymore
  4. Rename the async package to something more suitable
  5. Try to reduce the amout of events and listener classes by embedding the listener class as inner class of the event.
  6. Move the ByteReceiver and InputStreamReaderService stuff to util, cause it is not used internally in the drivers.

Some more ideas?

mlegenhausen commented 13 years ago

Listeners seems so good as they are.