onbon.bx06.cmd.dyn
Class UpdateDynamicAreaCmd

java.lang.Object
  extended by onbon.bx06.cmd.dyn.UpdateDynamicAreaCmd
All Implemented Interfaces:
Bx6GRequestCmd<onbon.bx06.message.global.ACK>

public final class UpdateDynamicAreaCmd
extends Object
implements Bx6GRequestCmd<onbon.bx06.message.global.ACK>

更新动态区。

Author:
ONBON

Nested Class Summary
static class UpdateDynamicAreaCmd.DynamicBxAreaInfo
           
 
Constructor Summary
UpdateDynamicAreaCmd()
          建构子。
 
Method Summary
 Bx6GResponseCmd<onbon.bx06.message.global.ACK> accept(Bx6GController controller)
          利用指定控制器进行请求发送与回应处理。
 void addArea(DynamicBxArea area, DynamicBxAreaRule rule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateDynamicAreaCmd

public UpdateDynamicAreaCmd()
建构子。

Method Detail

addArea

public void addArea(DynamicBxArea area,
                    DynamicBxAreaRule rule)

accept

public Bx6GResponseCmd<onbon.bx06.message.global.ACK> accept(Bx6GController controller)
Description copied from interface: Bx6GRequestCmd
利用指定控制器进行请求发送与回应处理。

Specified by:
accept in interface Bx6GRequestCmd<onbon.bx06.message.global.ACK>
Parameters:
controller - 控制器。
Returns:
回应结果。


Copyright © 2020 onbon. All rights reserved.