org.keridwen.core.data.storage.manager.event
Interface DataStorageListener


public interface DataStorageListener

Event thrown when the state of the data packet changed

Author:
JeT - Artenum, Benoit Thiebault - Artenum

Method Summary
 void onDataManagerEvent(DataStorageEvent event)
          Callback when the state of the packet change
 void onStartModule()
           
 void onStopModule()
           
 

Method Detail

onDataManagerEvent

void onDataManagerEvent(DataStorageEvent event)
Callback when the state of the packet change


onStartModule

void onStartModule()

onStopModule

void onStopModule()


Copyright © 2010-2013 Artenum. All Rights Reserved.