async.net.impl
Class DefaultASyncConsol

java.lang.Object
  extended by async.net.impl.DefaultASyncConsol
All Implemented Interfaces:
ASyncConsol

public class DefaultASyncConsol
extends Object
implements ASyncConsol


Constructor Summary
DefaultASyncConsol(ThreadHandler handler)
           
 
Method Summary
 void start(IOCallback callback)
           
 void start(IOCallback callback, ExceptionCallback<IOException> eCallback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultASyncConsol

public DefaultASyncConsol(ThreadHandler handler)
Method Detail

start

public void start(IOCallback callback)
Specified by:
start in interface ASyncConsol

start

public void start(IOCallback callback,
                  ExceptionCallback<IOException> eCallback)
Specified by:
start in interface ASyncConsol


Copyright © 2011. All Rights Reserved.