/* © 2010 Stephan Reichholf <stephan at reichholf dot net> * * Licensed under the Create-Commons Attribution-Noncommercial-Share Alike 3.0 Unported * http://creativecommons.org/licenses/by-nc-sa/3.0/ */ package net.reichholf.dreamdroid.parsers.enigma2.saxhandler; public class E2LocationHandler extends E2SimpleListHandler{ public static final String TAG_E2LOCATION = "e2location"; public E2LocationHandler(){ super(TAG_E2LOCATION); } }