Add onReset() to NetworkManager.

This commit is contained in:
Braden Shepherdson 2012-09-24 14:20:52 -04:00
parent 6192319f8c
commit ba8577fa5f

View File

@ -153,6 +153,13 @@ public class NetworkManager extends Plugin {
} }
} }
/**
* Stop the network receiver on navigation.
*/
public void onReset() {
this.onDestroy();
}
//-------------------------------------------------------------------------- //--------------------------------------------------------------------------
// LOCAL METHODS // LOCAL METHODS
//-------------------------------------------------------------------------- //--------------------------------------------------------------------------