asit.moa.client.status
Interface StatusResponse

All Known Subinterfaces:
ErrorStatusResponse, SuccessStatusResponse
All Known Implementing Classes:
ErrorStatusResponseImpl, SuccessStatusResponseImpl

public interface StatusResponse

Author:
atauber TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static String ERROR
           
static String SUCCESS
           
 
Method Summary
 Element getElement()
           
 String getType()
           
 

Field Detail

SUCCESS

public static final String SUCCESS
See Also:
Constant Field Values

ERROR

public static final String ERROR
See Also:
Constant Field Values
Method Detail

getType

public String getType()

getElement

public Element getElement()


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.