org.zkoss.mesg
Interface Messageable

All Superinterfaces:
MessageConst
All Known Implementing Classes:
CommonException, IllegalSyntaxException, OperationException, PotentialDeadLockException, SystemException, XelException

public interface Messageable
extends MessageConst

Denotes an object that contains a message by use of an integer, called code.

Author:
tomyeh

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst
MessageConst.Aide, MessageConst.BundleInfo
 
Field Summary
 
Fields inherited from interface org.zkoss.mesg.MessageConst
NULL_CODE
 
Method Summary
 int getCode()
          Gets the message code.
 

Method Detail

getCode

int getCode()
Gets the message code.

Returns:
the message code


Copyright © 2014. All rights reserved.