blob: 7102a65f552c00fcbe7808877c019fb56a9b6a74 [file] [log] [blame]
Yuta HIGUCHI7c28ebb2014-08-19 00:29:30 -07001package net.onrc.onos.core.topology;
2
3import net.onrc.onos.api.batchoperation.BatchOperationTarget;
4
Yuta HIGUCHI98eaab52014-08-29 23:10:14 -07005// Note: We may not need this if we decide to use TopologyEvent as base class
6// for all the TopologyBatchOperation targets.
Yuta HIGUCHI7c28ebb2014-08-19 00:29:30 -07007/**
8 * Tag interface for TopologyBatchOperation targets.
9 */
10public interface TopologyBatchTarget extends BatchOperationTarget {
11
12}