org.zanata.client.commands
Class NullAbortStrategy

java.lang.Object
  extended by org.zanata.client.commands.NullAbortStrategy
All Implemented Interfaces:
AppAbortStrategy

public class NullAbortStrategy
extends Object
implements AppAbortStrategy

Author:
Sean Flanigan sflaniga@redhat.com

Constructor Summary
NullAbortStrategy()
           
 
Method Summary
 void abort(String msg)
           
 void abort(Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullAbortStrategy

public NullAbortStrategy()
Method Detail

abort

public void abort(String msg)
Specified by:
abort in interface AppAbortStrategy

abort

public void abort(Throwable e)
Specified by:
abort in interface AppAbortStrategy


Copyright © 2013 Zanata Project. All Rights Reserved.