org.drools.tags.rule
Interface ObjectTypeReceptor

All Known Implementing Classes:
DeclarationTag

public interface ObjectTypeReceptor

Object that can receive a configured ObjectType.

Version:
$Id: ObjectTypeReceptor.java,v 1.1 2002/09/27 20:55:32 bob Exp $
Author:
bob mcwhirter

Method Summary
 void receiveObjectType(ObjectType objectType)
          Receive an ObjectType.
 

Method Detail

receiveObjectType

public void receiveObjectType(ObjectType objectType)
Receive an ObjectType.

Parameters:
objectType - The object type.


Copyright © 2001-2003 The Werken Company. All Rights Reserved.