]> git.mxchange.org Git - hub.git/commit
Interfaces, BaseDecorator added:
authorRoland Häder <roland@mxchange.org>
Wed, 19 Aug 2009 20:18:19 +0000 (20:18 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Aug 2009 20:18:19 +0000 (20:18 +0000)
commitf0da0d019796cabacedb983d6d2b3d5e81840b56
tree7517c757f2583258fc5e6d5653c1ac30ac3c5e06
parent34e3b947d5477129f9d5625c274c5c60fec417ad
Interfaces, BaseDecorator added:
- New interface DecoratorVisitor introduced which should be implemented by
  decorator visitors (so? ;-) )
- New interface ListenerVisitor introduced
- Listener are now visited by ActiveTaskVisitor and should listen again for
  incoming data
- NEWS/TODOs.txt updated
14 files changed:
.gitattributes
application/hub/interfaces/visitor/decorator/.htaccess [new file with mode: 0644]
application/hub/interfaces/visitor/decorator/class_DecoratorVisitor.php [new file with mode: 0644]
application/hub/interfaces/visitor/listener/.htaccess [new file with mode: 0644]
application/hub/interfaces/visitor/listener/class_ListenerVisitor.php [new file with mode: 0644]
application/hub/main/decorators/.htaccess [new file with mode: 0644]
application/hub/main/decorators/class_BaseDecorator.php [new file with mode: 0644]
application/hub/main/handler/tasks/class_TaskHandler.php
application/hub/main/listener/class_BaseListenerDecorator.php
application/hub/main/listener/udp/decorators/class_ClientUdpListenerDecorator.php
application/hub/main/listener/udp/decorators/class_HubUdpListenerDecorator.php
application/hub/main/visitor/tasks/class_ActiveTaskVisitor.php
docs/NEWS
docs/TODOs.txt