org.caleigo.core
Interface IBinaryEntityAction

All Superinterfaces:
IEntityAction

public interface IBinaryEntityAction
extends IEntityAction

The IBinaryEntityAction is essentially a tag interface with a complementary perform method acceptiong two IEntity objects.

Version:
1.00
Author:
Dennis Zikovic

Field Summary
 
Fields inherited from interface org.caleigo.core.IEntityAction
ASSOCIATION_EXPORT, DRAG, ENTITY, IDENTITY_EXPORT, MISCELLANEOUS, NEVER_EXPORT, PRIMARY, QUALIFIER, READ_ONLY, SECONDARY, SELECTION, SYSTEM
 
Method Summary
 void perform(IEntity primaryEntity, IEntity secondaryEntity)
           
 
Methods inherited from interface org.caleigo.core.IEntityAction
getCodeName, getDataBundleDescriptor, getDisplayHint, getDisplayName, getEntityDescriptor, isInCategory, perform
 

Method Detail

perform

public void perform(IEntity primaryEntity,
                    IEntity secondaryEntity)


Copyright © 2005 Caleigo. All Rights Reserved.