io.continual.services.model.impl.session.NoopNotifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of continualModel Show documentation
Show all versions of continualModel Show documentation
Continual's modeling library.
package io.continual.services.model.impl.session;
import io.continual.services.model.core.ModelNotificationService;
import io.continual.util.naming.Path;
public class NoopNotifier
implements ModelNotificationService
{
@Override
public void onObjectCreate ( Path objectPath )
{
// TODO Auto-generated method stub
}
@Override
public void onObjectUpdate ( Path objectPath )
{
// TODO Auto-generated method stub
}
@Override
public void onObjectDelete ( Path objectPath )
{
// TODO Auto-generated method stub
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy