org.jactr.core.production.action
Interface IBufferAction

All Superinterfaces:
IAction
All Known Implementing Classes:
AddAction, ModifyAction, ProxyAction, RemoveAction, SetAction

public interface IBufferAction
extends IAction


Method Summary
 java.lang.String getBufferName()
           
 void setBufferName(java.lang.String bufferName)
          set the name of the buffer that this action manipulates
 
Methods inherited from interface org.jactr.core.production.action.IAction
bind, dispose, fire
 

Method Detail

setBufferName

void setBufferName(java.lang.String bufferName)
set the name of the buffer that this action manipulates

Parameters:
bufferName -

getBufferName

java.lang.String getBufferName()