public class AlertAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.AlertListener
Constructor and Description |
---|
AlertAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
bodyChanged(org.apache.pivot.wtk.Alert arg0,
org.apache.pivot.wtk.Component arg1) |
CallableWithArgs<Void> |
getBodyChanged() |
CallableWithArgs<Void> |
getMessageChanged() |
CallableWithArgs<Void> |
getMessageTypeChanged() |
CallableWithArgs<Void> |
getOptionInserted() |
CallableWithArgs<Void> |
getOptionsRemoved() |
CallableWithArgs<Void> |
getSelectedOptionChanged() |
void |
messageChanged(org.apache.pivot.wtk.Alert arg0,
String arg1) |
void |
messageTypeChanged(org.apache.pivot.wtk.Alert arg0,
org.apache.pivot.wtk.MessageType arg1) |
void |
optionInserted(org.apache.pivot.wtk.Alert arg0,
int arg1) |
void |
optionsRemoved(org.apache.pivot.wtk.Alert arg0,
int arg1,
org.apache.pivot.collections.Sequence<?> arg2) |
void |
selectedOptionChanged(org.apache.pivot.wtk.Alert arg0,
int arg1) |
void |
setBodyChanged(CallableWithArgs<Void> bodyChanged) |
void |
setMessageChanged(CallableWithArgs<Void> messageChanged) |
void |
setMessageTypeChanged(CallableWithArgs<Void> messageTypeChanged) |
void |
setOptionInserted(CallableWithArgs<Void> optionInserted) |
void |
setOptionsRemoved(CallableWithArgs<Void> optionsRemoved) |
void |
setSelectedOptionChanged(CallableWithArgs<Void> selectedOptionChanged) |
public CallableWithArgs<Void> getMessageTypeChanged()
public CallableWithArgs<Void> getMessageChanged()
public CallableWithArgs<Void> getBodyChanged()
public CallableWithArgs<Void> getOptionInserted()
public CallableWithArgs<Void> getOptionsRemoved()
public CallableWithArgs<Void> getSelectedOptionChanged()
public void setMessageTypeChanged(CallableWithArgs<Void> messageTypeChanged)
public void setMessageChanged(CallableWithArgs<Void> messageChanged)
public void setBodyChanged(CallableWithArgs<Void> bodyChanged)
public void setOptionInserted(CallableWithArgs<Void> optionInserted)
public void setOptionsRemoved(CallableWithArgs<Void> optionsRemoved)
public void setSelectedOptionChanged(CallableWithArgs<Void> selectedOptionChanged)
public void messageTypeChanged(org.apache.pivot.wtk.Alert arg0, org.apache.pivot.wtk.MessageType arg1)
messageTypeChanged
in interface org.apache.pivot.wtk.AlertListener
public void messageChanged(org.apache.pivot.wtk.Alert arg0, String arg1)
messageChanged
in interface org.apache.pivot.wtk.AlertListener
public void bodyChanged(org.apache.pivot.wtk.Alert arg0, org.apache.pivot.wtk.Component arg1)
bodyChanged
in interface org.apache.pivot.wtk.AlertListener
public void optionInserted(org.apache.pivot.wtk.Alert arg0, int arg1)
optionInserted
in interface org.apache.pivot.wtk.AlertListener
public void optionsRemoved(org.apache.pivot.wtk.Alert arg0, int arg1, org.apache.pivot.collections.Sequence<?> arg2)
optionsRemoved
in interface org.apache.pivot.wtk.AlertListener
public void selectedOptionChanged(org.apache.pivot.wtk.Alert arg0, int arg1)
selectedOptionChanged
in interface org.apache.pivot.wtk.AlertListener