Package org.powertac.logtool.common
Interface NewObjectListener
-
- All Known Implementing Classes:
NoopAnalyzer.ObjectHandler
public interface NewObjectListenerImplementations can receive notifications of new objects.- Author:
- John Collins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleNewObject(Object thing)
-
-
-
Method Detail
-
handleNewObject
void handleNewObject(Object thing)
-
-