com.itmill.toolkit.data
Interface Property.ReadOnlyStatusChangeListener

All Known Implementing Classes:
PropertyFormatter
Enclosing interface:
Property

public static interface Property.ReadOnlyStatusChangeListener

The listener interface for receiving ReadOnlyStatusChangeEvent objects.

Since:
3.0
Version:
5.3.0
Author:
IT Mill Ltd.

Method Summary
 void readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
          Notifies this listener that a Property's read-only status has changed.
 

Method Detail

readOnlyStatusChange

void readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
Notifies this listener that a Property's read-only status has changed.

Parameters:
event - Read-only status change event object


Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.