public class BorderAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.BorderListener
| Constructor and Description | 
|---|
BorderAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
contentChanged(org.apache.pivot.wtk.Border arg0,
              org.apache.pivot.wtk.Component arg1)  | 
CallableWithArgs<Void> | 
getContentChanged()  | 
CallableWithArgs<Void> | 
getTitleChanged()  | 
void | 
setContentChanged(CallableWithArgs<Void> contentChanged)  | 
void | 
setTitleChanged(CallableWithArgs<Void> titleChanged)  | 
void | 
titleChanged(org.apache.pivot.wtk.Border arg0,
            String arg1)  | 
public CallableWithArgs<Void> getTitleChanged()
public CallableWithArgs<Void> getContentChanged()
public void setTitleChanged(CallableWithArgs<Void> titleChanged)
public void setContentChanged(CallableWithArgs<Void> contentChanged)
public void titleChanged(org.apache.pivot.wtk.Border arg0,
                         String arg1)
titleChanged in interface org.apache.pivot.wtk.BorderListenerpublic void contentChanged(org.apache.pivot.wtk.Border arg0,
                           org.apache.pivot.wtk.Component arg1)
contentChanged in interface org.apache.pivot.wtk.BorderListener