net.sf.advjavacalendar.common
Interface CommandHolder

All Known Implementing Classes:
AbstractDialogView, CalendarItemDialog

public interface CommandHolder

Command holder is used to submit commands to a special object that react on commands

Author:
probstl

Nested Class Summary
static class CommandHolder.CommandValue
          Possible Commands
 
Method Summary
 CommandHolder.CommandValue getCommandValue()
          Returns the current Command value
 void setCommandValue(CommandHolder.CommandValue value)
          Sets a new Command Value
 

Method Detail

setCommandValue

void setCommandValue(CommandHolder.CommandValue value)
Sets a new Command Value

Parameters:
value -

getCommandValue

CommandHolder.CommandValue getCommandValue()
Returns the current Command value

Returns:


Copyright © 2008 null. All Rights Reserved.