blob: d9adaed27bd64d46eb9ec231c904b1685149072b [file] [log] [blame]
Toshio Koidea03915e2014-07-01 18:39:52 -07001package net.onrc.onos.api.batchoperation;
2
3/**
4 * An interface of the class which is assigned to BatchOperation.
5 */
6public interface IBatchOperationTarget {
Toshio Koide4ea84192014-07-31 12:10:12 -07007
Toshio Koidea03915e2014-07-01 18:39:52 -07008}